Html Css Color HEX #B87A14 Dark Goldenrod

📋 copy color: '#B87A14'

red 184 ◦ green 122 ◦ blue 20

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

Shades of Dark Goldenrod #B87A14

Tints of Dark Goldenrod #B87A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

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

R = 56.44%
G = 37.42%
B = 6.13%

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

#B87A14 (or 0xB87A14) is known color: Dark Goldenrod. HEX triplet: B8, 7A and 14. RGB value is (184,122,20). Sum of RGB (Red+Green+Blue) = 184+122+20=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87A14 is #4785EB. Grayscale: #818181. Windows color (decimal): -4687340 or 1342136. OLE color: 1342136.

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

Color convert

RGB 184 122 20 -
CMYK 0 0.34 0.89 0.28
HSL 37.32º 0.8% 0.4% -
HSV(B) 37.32º 0.89% 0.72% -
XYZ 26.85 24.16 3.91 -
YUV 128.91 66.54 167.29 -
System Red Green Blue C M Y K H S L
Decimal 184 122 20 0 0.34 0.89 0.28 37.32 0.8 0.4
Hex B8 7A 14 0 22 59 1C 25 50 28
Octal 270 172 24 0 42 131 34 45 120 50
Binary 10111000 1111010 10100 0 100010 1011001 11100 100101 1010000 101000

Color Harmonies of #B87A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87A14

Black with #B87A14

Text Example


Text Example

White with #B87A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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