Html Css Color HEX #B5880C Dark Goldenrod

📋 copy color: '#B5880C'

red 181 ◦ green 136 ◦ blue 12

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

Shades of Dark Goldenrod #B5880C

Tints of Dark Goldenrod #B5880C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.65%

R = 55.02%
G = 41.34%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B5880C (or 0xB5880C) is known color: Dark Goldenrod. HEX triplet: B5, 88 and 0C. RGB value is (181,136,12). Sum of RGB (Red+Green+Blue) = 181+136+12=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5880C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5880C is #4A77F3. Grayscale: #878787. Windows color (decimal): -4880372 or 821429. OLE color: 821429.

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

Color convert

RGB 181 136 12 -
CMYK 0 0.25 0.93 0.29
HSL 44.02º 0.88% 0.38% -
HSV(B) 44.02º 0.93% 0.71% -
XYZ 27.93 27.46 4.18 -
YUV 135.32 58.41 160.58 -
System Red Green Blue C M Y K H S L
Decimal 181 136 12 0 0.25 0.93 0.29 44.02 0.88 0.38
Hex B5 88 C 0 19 5D 1D 2C 58 26
Octal 265 210 14 0 31 135 35 54 130 46
Binary 10110101 10001000 1100 0 11001 1011101 11101 101100 1011000 100110

Color Harmonies of #B5880C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5880C

Black with #B5880C

Text Example


Text Example

White with #B5880C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5880C; }

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

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

background-color css

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

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

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

border-color css

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

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

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