Html Css Color HEX #B87C14 Dark Goldenrod

📋 copy color: '#B87C14'

red 184 ◦ green 124 ◦ blue 20

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

Shades of Dark Goldenrod #B87C14

Tints of Dark Goldenrod #B87C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.8%

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

R = 56.1%
G = 37.8%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B87C14 (or 0xB87C14) is known color: Dark Goldenrod. HEX triplet: B8, 7C and 14. RGB value is (184,124,20). Sum of RGB (Red+Green+Blue) = 184+124+20=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87C14 is #4783EB. Grayscale: #828282. Windows color (decimal): -4686828 or 1342648. OLE color: 1342648.

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

Color convert

RGB 184 124 20 -
CMYK 0 0.33 0.89 0.28
HSL 38.05º 0.8% 0.4% -
HSV(B) 38.05º 0.89% 0.72% -
XYZ 27.1 24.66 3.99 -
YUV 130.08 65.88 166.46 -
System Red Green Blue C M Y K H S L
Decimal 184 124 20 0 0.33 0.89 0.28 38.05 0.8 0.4
Hex B8 7C 14 0 21 59 1C 26 50 28
Octal 270 174 24 0 41 131 34 46 120 50
Binary 10111000 1111100 10100 0 100001 1011001 11100 100110 1010000 101000

Color Harmonies of #B87C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C14

Black with #B87C14

Text Example


Text Example

White with #B87C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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