Html Css Color HEX #B87310 Dark Goldenrod

📋 copy color: '#B87310'

red 184 ◦ green 115 ◦ blue 16

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

Shades of Dark Goldenrod #B87310

Tints of Dark Goldenrod #B87310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.51%

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

R = 58.41%
G = 36.51%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B87310 (or 0xB87310) is known color: Dark Goldenrod. HEX triplet: B8, 73 and 10. RGB value is (184,115,16). Sum of RGB (Red+Green+Blue) = 184+115+16=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 115 (45.31% from 255 or 36.51% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B87310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87310 is #478CEF. Grayscale: #7C7C7C. Windows color (decimal): -4689136 or 1078200. OLE color: 1078200.

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

Color convert

RGB 184 115 16 -
CMYK 0 0.38 0.91 0.28
HSL 35.36º 0.84% 0.39% -
HSV(B) 35.36º 0.91% 0.72% -
XYZ 25.99 22.49 3.46 -
YUV 124.35 66.86 170.55 -
System Red Green Blue C M Y K H S L
Decimal 184 115 16 0 0.38 0.91 0.28 35.36 0.84 0.39
Hex B8 73 10 0 26 5B 1C 23 54 27
Octal 270 163 20 0 46 133 34 43 124 47
Binary 10111000 1110011 10000 0 100110 1011011 11100 100011 1010100 100111

Color Harmonies of #B87310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87310

Black with #B87310

Text Example


Text Example

White with #B87310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87310; }

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

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

background-color css

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

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

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

border-color css

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

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

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