Html Css Color HEX #B5880B Dark Goldenrod

📋 copy color: '#B5880B'

red 181 ◦ green 136 ◦ blue 11

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

Shades of Dark Goldenrod #B5880B

Tints of Dark Goldenrod #B5880B

RGB

 RED value IS 181 (71.09% from 255) = 55.18%

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

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

R = 55.18%
G = 41.46%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B5880B (or 0xB5880B) is known color: Dark Goldenrod. HEX triplet: B5, 88 and 0B. RGB value is (181,136,11). Sum of RGB (Red+Green+Blue) = 181+136+11=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B5880B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5880B is #4A77F4. Grayscale: #878787. Windows color (decimal): -4880373 or 755893. OLE color: 755893.

HSL color Cylindrical-coordinate representation of color #B5880B: hue angle of 44.12º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5880B is Cyan = 0, Magento = 0.25, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 136 11 -
CMYK 0 0.25 0.94 0.29
HSL 44.12º 0.89% 0.38% -
HSV(B) 44.12º 0.94% 0.71% -
XYZ 27.92 27.46 4.14 -
YUV 135.21 57.91 160.66 -
System Red Green Blue C M Y K H S L
Decimal 181 136 11 0 0.25 0.94 0.29 44.12 0.89 0.38
Hex B5 88 B 0 19 5E 1D 2C 59 26
Octal 265 210 13 0 31 136 35 54 131 46
Binary 10110101 10001000 1011 0 11001 1011110 11101 101100 1011001 100110

Color Harmonies of #B5880B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5880B

Black with #B5880B

Text Example


Text Example

White with #B5880B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5880B; }

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

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

background-color css

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

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

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

border-color css

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

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

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