Html Css Color HEX #BD8E0B Dark Goldenrod

📋 copy color: '#BD8E0B'

red 189 ◦ green 142 ◦ blue 11

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

Shades of Dark Goldenrod #BD8E0B

Tints of Dark Goldenrod #BD8E0B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 41.52%

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

R = 55.26%
G = 41.52%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD8E0B (or 0xBD8E0B) is known color: Dark Goldenrod. HEX triplet: BD, 8E and 0B. RGB value is (189,142,11). Sum of RGB (Red+Green+Blue) = 189+142+11=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 142 (55.86% from 255 or 41.52% from 342); Blue value is 11 (4.69% from 255 or 3.22% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD8E0B is #4271F4. Grayscale: #8D8D8D. Windows color (decimal): -4354549 or 757437. OLE color: 757437.

HSL color Cylindrical-coordinate representation of color #BD8E0B: hue angle of 44.16º 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 #BD8E0B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 142 11 -
CMYK 0 0.25 0.94 0.26
HSL 44.16º 0.89% 0.39% -
HSV(B) 44.16º 0.94% 0.74% -
XYZ 30.72 30.19 4.52 -
YUV 141.12 54.57 162.15 -
System Red Green Blue C M Y K H S L
Decimal 189 142 11 0 0.25 0.94 0.26 44.16 0.89 0.39
Hex BD 8E B 0 19 5E 1A 2C 59 27
Octal 275 216 13 0 31 136 32 54 131 47
Binary 10111101 10001110 1011 0 11001 1011110 11010 101100 1011001 100111

Color Harmonies of #BD8E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E0B

Black with #BD8E0B

Text Example


Text Example

White with #BD8E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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