Html Css Color HEX #BD8C0B Dark Goldenrod

📋 copy color: '#BD8C0B'

red 189 ◦ green 140 ◦ blue 11

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

Shades of Dark Goldenrod #BD8C0B

Tints of Dark Goldenrod #BD8C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.24%

R = 55.59%
G = 41.18%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD8C0B (or 0xBD8C0B) is known color: Dark Goldenrod. HEX triplet: BD, 8C and 0B. RGB value is (189,140,11). Sum of RGB (Red+Green+Blue) = 189+140+11=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 11 (4.69% from 255 or 3.24% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8C0B is #4273F4. Grayscale: #8C8C8C. Windows color (decimal): -4355061 or 756925. OLE color: 756925.

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

Color convert

RGB 189 140 11 -
CMYK 0 0.26 0.94 0.26
HSL 43.48º 0.89% 0.39% -
HSV(B) 43.48º 0.94% 0.74% -
XYZ 30.42 29.6 4.43 -
YUV 139.95 55.23 162.99 -
System Red Green Blue C M Y K H S L
Decimal 189 140 11 0 0.26 0.94 0.26 43.48 0.89 0.39
Hex BD 8C B 0 1A 5E 1A 2B 59 27
Octal 275 214 13 0 32 136 32 53 131 47
Binary 10111101 10001100 1011 0 11010 1011110 11010 101011 1011001 100111

Color Harmonies of #BD8C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C0B

Black with #BD8C0B

Text Example


Text Example

White with #BD8C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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