Html Css Color HEX #BD8408 Dark Goldenrod

📋 copy color: '#BD8408'

red 189 ◦ green 132 ◦ blue 8

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

Shades of Dark Goldenrod #BD8408

Tints of Dark Goldenrod #BD8408

RGB

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

 GREEN value IS 132 (51.95% from 255) = 40.12%

 BLUE value IS 8 (3.52% from 255) = 2.43%

R = 57.45%
G = 40.12%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BD8408 (or 0xBD8408) is known color: Dark Goldenrod. HEX triplet: BD, 84 and 08. RGB value is (189,132,8). Sum of RGB (Red+Green+Blue) = 189+132+8=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8408 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8408 is #427BF7. Grayscale: #878787. Windows color (decimal): -4357112 or 558269. OLE color: 558269.

HSL color Cylindrical-coordinate representation of color #BD8408: hue angle of 41.1º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD8408 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 132 8 -
CMYK 0 0.30 0.96 0.26
HSL 41.1º 0.92% 0.39% -
HSV(B) 41.1º 0.96% 0.74% -
XYZ 29.28 27.34 3.96 -
YUV 134.91 56.38 166.58 -
System Red Green Blue C M Y K H S L
Decimal 189 132 8 0 0.30 0.96 0.26 41.1 0.92 0.39
Hex BD 84 8 0 1E 60 1A 29 5C 27
Octal 275 204 10 0 36 140 32 51 134 47
Binary 10111101 10000100 1000 0 11110 1100000 11010 101001 1011100 100111

Color Harmonies of #BD8408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8408

Black with #BD8408

Text Example


Text Example

White with #BD8408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8408; }

 p { color: rgb(189,132,8); }

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

background-color css

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

 a { background-color: rgb(189,132,8); }

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

border-color css

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

 span { border-color: rgb(189,132,8); }

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