Html Css Color HEX #B87413 Dark Goldenrod

📋 copy color: '#B87413'

red 184 ◦ green 116 ◦ blue 19

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

Shades of Dark Goldenrod #B87413

Tints of Dark Goldenrod #B87413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.36%

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

R = 57.68%
G = 36.36%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B87413 (or 0xB87413) is known color: Dark Goldenrod. HEX triplet: B8, 74 and 13. RGB value is (184,116,19). Sum of RGB (Red+Green+Blue) = 184+116+19=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B87413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87413 is #478BEC. Grayscale: #7D7D7D. Windows color (decimal): -4688877 or 1275064. OLE color: 1275064.

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

Color convert

RGB 184 116 19 -
CMYK 0 0.37 0.90 0.28
HSL 35.27º 0.81% 0.4% -
HSV(B) 35.27º 0.9% 0.72% -
XYZ 26.13 22.73 3.63 -
YUV 125.27 68.03 169.89 -
System Red Green Blue C M Y K H S L
Decimal 184 116 19 0 0.37 0.90 0.28 35.27 0.81 0.4
Hex B8 74 13 0 25 5A 1C 23 51 28
Octal 270 164 23 0 45 132 34 43 121 50
Binary 10111000 1110100 10011 0 100101 1011010 11100 100011 1010001 101000

Color Harmonies of #B87413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87413

Black with #B87413

Text Example


Text Example

White with #B87413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87413; }

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

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

background-color css

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

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

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

border-color css

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

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

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