Html Css Color HEX #BD880B Dark Goldenrod

📋 copy color: '#BD880B'

red 189 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #BD880B

Tints of Dark Goldenrod #BD880B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.48%

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

R = 56.25%
G = 40.48%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD880B (or 0xBD880B) is known color: Dark Goldenrod. HEX triplet: BD, 88 and 0B. RGB value is (189,136,11). Sum of RGB (Red+Green+Blue) = 189+136+11=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BD880B is #4277F4. Grayscale: #8A8A8A. Windows color (decimal): -4356085 or 755901. OLE color: 755901.

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

Color convert

RGB 189 136 11 -
CMYK 0 0.28 0.94 0.26
HSL 42.13º 0.89% 0.39% -
HSV(B) 42.13º 0.94% 0.74% -
XYZ 29.85 28.45 4.23 -
YUV 137.6 56.56 164.66 -
System Red Green Blue C M Y K H S L
Decimal 189 136 11 0 0.28 0.94 0.26 42.13 0.89 0.39
Hex BD 88 B 0 1C 5E 1A 2A 59 27
Octal 275 210 13 0 34 136 32 52 131 47
Binary 10111101 10001000 1011 0 11100 1011110 11010 101010 1011001 100111

Color Harmonies of #BD880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD880B

Black with #BD880B

Text Example


Text Example

White with #BD880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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