Html Css Color HEX #B87914 Dark Goldenrod

📋 copy color: '#B87914'

red 184 ◦ green 121 ◦ blue 20

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

Shades of Dark Goldenrod #B87914

Tints of Dark Goldenrod #B87914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

 BLUE value IS 20 (8.2% from 255) = 6.15%

R = 56.62%
G = 37.23%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B87914 (or 0xB87914) is known color: Dark Goldenrod. HEX triplet: B8, 79 and 14. RGB value is (184,121,20). Sum of RGB (Red+Green+Blue) = 184+121+20=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B87914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87914 is #4786EB. Grayscale: #808080. Windows color (decimal): -4687596 or 1341880. OLE color: 1341880.

HSL color Cylindrical-coordinate representation of color #B87914: hue angle of 36.95º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B87914 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 121 20 -
CMYK 0 0.34 0.89 0.28
HSL 36.95º 0.8% 0.4% -
HSV(B) 36.95º 0.89% 0.72% -
XYZ 26.73 23.92 3.87 -
YUV 128.32 66.87 167.71 -
System Red Green Blue C M Y K H S L
Decimal 184 121 20 0 0.34 0.89 0.28 36.95 0.8 0.4
Hex B8 79 14 0 22 59 1C 25 50 28
Octal 270 171 24 0 42 131 34 45 120 50
Binary 10111000 1111001 10100 0 100010 1011001 11100 100101 1010000 101000

Color Harmonies of #B87914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87914

Black with #B87914

Text Example


Text Example

White with #B87914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87914; }

 p { color: rgb(184,121,20); }

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

background-color css

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

 a { background-color: rgb(184,121,20); }

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

border-color css

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

 span { border-color: rgb(184,121,20); }

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