Html Css Color HEX #B87C16 Dark Goldenrod

📋 copy color: '#B87C16'

red 184 ◦ green 124 ◦ blue 22

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

Shades of Dark Goldenrod #B87C16

Tints of Dark Goldenrod #B87C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.67%

R = 55.76%
G = 37.58%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B87C16 (or 0xB87C16) is known color: Dark Goldenrod. HEX triplet: B8, 7C and 16. RGB value is (184,124,22). Sum of RGB (Red+Green+Blue) = 184+124+22=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B87C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87C16 is #4783E9. Grayscale: #828282. Windows color (decimal): -4686826 or 1473720. OLE color: 1473720.

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

Color convert

RGB 184 124 22 -
CMYK 0 0.33 0.88 0.28
HSL 37.78º 0.79% 0.4% -
HSV(B) 37.78º 0.88% 0.72% -
XYZ 27.12 24.66 4.09 -
YUV 130.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 184 124 22 0 0.33 0.88 0.28 37.78 0.79 0.4
Hex B8 7C 16 0 21 58 1C 26 4F 28
Octal 270 174 26 0 41 130 34 46 117 50
Binary 10111000 1111100 10110 0 100001 1011000 11100 100110 1001111 101000

Color Harmonies of #B87C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87C16

Black with #B87C16

Text Example


Text Example

White with #B87C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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