Html Css Color HEX #BD991D Buddha Gold

📋 copy color: '#BD991D'

red 189 ◦ green 153 ◦ blue 29

#BD991D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #BD991D

Tints of Buddha Gold #BD991D

RGB

 RED value IS 189 (74.22% from 255) = 50.94%

 GREEN value IS 153 (60.16% from 255) = 41.24%

 BLUE value IS 29 (11.72% from 255) = 7.82%

R = 50.94%
G = 41.24%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD991D (or 0xBD991D) is known color: Buddha Gold. HEX triplet: BD, 99 and 1D. RGB value is (189,153,29). Sum of RGB (Red+Green+Blue) = 189+153+29=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD991D is #4266E2. Grayscale: #969696. Windows color (decimal): -4351715 or 1939901. OLE color: 1939901.

HSL color Cylindrical-coordinate representation of color #BD991D: hue angle of 46.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD991D is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 153 29 -
CMYK 0 0.19 0.85 0.26
HSL 46.5º 0.73% 0.43% -
HSV(B) 46.5º 0.85% 0.74% -
XYZ 32.6 33.69 5.95 -
YUV 149.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 189 153 29 0 0.19 0.85 0.26 46.5 0.73 0.43
Hex BD 99 1D 0 13 55 1A 2E 49 2B
Octal 275 231 35 0 23 125 32 56 111 53
Binary 10111101 10011001 11101 0 10011 1010101 11010 101110 1001001 101011

Color Harmonies of #BD991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD991D

Black with #BD991D

Text Example


Text Example

White with #BD991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD991D; }

 p { color: rgb(189,153,29); }

 H1.HeaderClassName
 {
   color: #BD991D;
 }
 .AnyTagClassName
 {
   color: #BD991D;
 }
</style>

background-color css

<style>
 a { background-color: #BD991D; }

 a { background-color: rgb(189,153,29); }

 div.DivClassName
 {
   background-color: #BD991D;
 }
 .BgClassName
 {
   background-color: #BD991D;
 }
</style>

border-color css

<style>
 span { border-color: #BD991D; }

 span { border-color: rgb(189,153,29); }

 td.TdClassName
 {
   border-color: #BD991D;
 }
 .TagClassName
 {
   border-color: #BD991D;
 }
</style>