Html Css Color HEX #BD8C00 Dark Goldenrod

📋 copy color: '#BD8C00'

red 189 ◦ green 140 ◦ blue 0

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

Shades of Dark Goldenrod #BD8C00

Tints of Dark Goldenrod #BD8C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.45%
G = 42.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD8C00 (or 0xBD8C00) is known color: Dark Goldenrod. HEX triplet: BD, 8C and 00. RGB value is (189,140,0). Sum of RGB (Red+Green+Blue) = 189+140+0=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8C00 is #4273FF. Grayscale: #8B8B8B. Windows color (decimal): -4355072 or 36029. OLE color: 36029.

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

Color convert

RGB 189 140 0 -
CMYK 0 0.26 1 0.26
HSL 44.44º 1% 0.37% -
HSV(B) 44.44º 1% 0.74% -
XYZ 30.36 29.57 4.11 -
YUV 138.69 49.73 163.88 -
System Red Green Blue C M Y K H S L
Decimal 189 140 0 0 0.26 1 0.26 44.44 1 0.37
Hex BD 8C 0 0 1A 64 1A 2C 64 25
Octal 275 214 0 0 32 144 32 54 144 45
Binary 10111101 10001100 0 0 11010 1100100 11010 101100 1100100 100101

Color Harmonies of #BD8C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C00

Black with #BD8C00

Text Example


Text Example

White with #BD8C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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