Html Css Color HEX #BD8C06 Dark Goldenrod

📋 copy color: '#BD8C06'

red 189 ◦ green 140 ◦ blue 6

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

Shades of Dark Goldenrod #BD8C06

Tints of Dark Goldenrod #BD8C06

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.79%

 BLUE value IS 6 (2.73% from 255) = 1.79%

R = 56.42%
G = 41.79%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BD8C06 (or 0xBD8C06) is known color: Dark Goldenrod. HEX triplet: BD, 8C and 06. RGB value is (189,140,6). Sum of RGB (Red+Green+Blue) = 189+140+6=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8C06 is #4273F9. Grayscale: #8B8B8B. Windows color (decimal): -4355066 or 429245. OLE color: 429245.

HSL color Cylindrical-coordinate representation of color #BD8C06: hue angle of 43.93º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD8C06 is Cyan = 0, Magento = 0.26, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 140 6 -
CMYK 0 0.26 0.97 0.26
HSL 43.93º 0.94% 0.38% -
HSV(B) 43.93º 0.97% 0.74% -
XYZ 30.4 29.59 4.28 -
YUV 139.38 52.73 163.4 -
System Red Green Blue C M Y K H S L
Decimal 189 140 6 0 0.26 0.97 0.26 43.93 0.94 0.38
Hex BD 8C 6 0 1A 61 1A 2C 5E 26
Octal 275 214 6 0 32 141 32 54 136 46
Binary 10111101 10001100 110 0 11010 1100001 11010 101100 1011110 100110

Color Harmonies of #BD8C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C06

Black with #BD8C06

Text Example


Text Example

White with #BD8C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C06; }

 p { color: rgb(189,140,6); }

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

background-color css

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

 a { background-color: rgb(189,140,6); }

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

border-color css

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

 span { border-color: rgb(189,140,6); }

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