Html Css Color HEX #B87513 Dark Goldenrod

📋 copy color: '#B87513'

red 184 ◦ green 117 ◦ blue 19

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

Shades of Dark Goldenrod #B87513

Tints of Dark Goldenrod #B87513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36.56%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 57.5%
G = 36.56%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B87513 (or 0xB87513) is known color: Dark Goldenrod. HEX triplet: B8, 75 and 13. RGB value is (184,117,19). Sum of RGB (Red+Green+Blue) = 184+117+19=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B87513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87513 is #478AEC. Grayscale: #7E7E7E. Windows color (decimal): -4688621 or 1275320. OLE color: 1275320.

HSL color Cylindrical-coordinate representation of color #B87513: hue angle of 35.64º degrees, saturation: 0.81, 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 #B87513 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 117 19 -
CMYK 0 0.36 0.90 0.28
HSL 35.64º 0.81% 0.4% -
HSV(B) 35.64º 0.9% 0.72% -
XYZ 26.25 22.96 3.66 -
YUV 125.86 67.7 169.47 -
System Red Green Blue C M Y K H S L
Decimal 184 117 19 0 0.36 0.90 0.28 35.64 0.81 0.4
Hex B8 75 13 0 24 5A 1C 24 51 28
Octal 270 165 23 0 44 132 34 44 121 50
Binary 10111000 1110101 10011 0 100100 1011010 11100 100100 1010001 101000

Color Harmonies of #B87513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87513

Black with #B87513

Text Example


Text Example

White with #B87513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87513; }

 p { color: rgb(184,117,19); }

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

background-color css

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

 a { background-color: rgb(184,117,19); }

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

border-color css

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

 span { border-color: rgb(184,117,19); }

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