Html Css Color HEX #B87312 Dark Goldenrod

📋 copy color: '#B87312'

red 184 ◦ green 115 ◦ blue 18

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

Shades of Dark Goldenrod #B87312

Tints of Dark Goldenrod #B87312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.68%

R = 58.04%
G = 36.28%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B87312 (or 0xB87312) is known color: Dark Goldenrod. HEX triplet: B8, 73 and 12. RGB value is (184,115,18). Sum of RGB (Red+Green+Blue) = 184+115+18=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B87312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87312 is #478CED. Grayscale: #7D7D7D. Windows color (decimal): -4689134 or 1209272. OLE color: 1209272.

HSL color Cylindrical-coordinate representation of color #B87312: hue angle of 35.06º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B87312 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 115 18 -
CMYK 0 0.38 0.90 0.28
HSL 35.06º 0.82% 0.4% -
HSV(B) 35.06º 0.9% 0.72% -
XYZ 26.01 22.5 3.54 -
YUV 124.57 67.86 170.39 -
System Red Green Blue C M Y K H S L
Decimal 184 115 18 0 0.38 0.90 0.28 35.06 0.82 0.4
Hex B8 73 12 0 26 5A 1C 23 52 28
Octal 270 163 22 0 46 132 34 43 122 50
Binary 10111000 1110011 10010 0 100110 1011010 11100 100011 1010010 101000

Color Harmonies of #B87312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87312

Black with #B87312

Text Example


Text Example

White with #B87312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87312; }

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

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

background-color css

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

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

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

border-color css

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

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

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