Html Css Color HEX #B87010 Dark Goldenrod

📋 copy color: '#B87010'

red 184 ◦ green 112 ◦ blue 16

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

Shades of Dark Goldenrod #B87010

Tints of Dark Goldenrod #B87010

RGB

 RED value IS 184 (72.27% from 255) = 58.97%

 GREEN value IS 112 (44.14% from 255) = 35.9%

 BLUE value IS 16 (6.64% from 255) = 5.13%

R = 58.97%
G = 35.9%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B87010 (or 0xB87010) is known color: Dark Goldenrod. HEX triplet: B8, 70 and 10. RGB value is (184,112,16). Sum of RGB (Red+Green+Blue) = 184+112+16=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B87010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87010 is #478FEF. Grayscale: #7B7B7B. Windows color (decimal): -4689904 or 1077432. OLE color: 1077432.

HSL color Cylindrical-coordinate representation of color #B87010: hue angle of 34.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B87010 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 112 16 -
CMYK 0 0.39 0.91 0.28
HSL 34.29º 0.84% 0.39% -
HSV(B) 34.29º 0.91% 0.72% -
XYZ 25.65 21.82 3.35 -
YUV 122.58 67.85 171.81 -
System Red Green Blue C M Y K H S L
Decimal 184 112 16 0 0.39 0.91 0.28 34.29 0.84 0.39
Hex B8 70 10 0 27 5B 1C 22 54 27
Octal 270 160 20 0 47 133 34 42 124 47
Binary 10111000 1110000 10000 0 100111 1011011 11100 100010 1010100 100111

Color Harmonies of #B87010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87010

Black with #B87010

Text Example


Text Example

White with #B87010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87010; }

 p { color: rgb(184,112,16); }

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

background-color css

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

 a { background-color: rgb(184,112,16); }

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

border-color css

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

 span { border-color: rgb(184,112,16); }

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