Html Css Color HEX #B87116 Pirate Gold

📋 copy color: '#B87116'

red 184 ◦ green 113 ◦ blue 22

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

Shades of Pirate Gold #B87116

Tints of Pirate Gold #B87116

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.42%

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

R = 57.68%
G = 35.42%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B87116 (or 0xB87116) is known color: Pirate Gold. HEX triplet: B8, 71 and 16. RGB value is (184,113,22). Sum of RGB (Red+Green+Blue) = 184+113+22=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B87116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87116 is #478EE9. Grayscale: #7C7C7C. Windows color (decimal): -4689642 or 1470904. OLE color: 1470904.

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

Color convert

RGB 184 113 22 -
CMYK 0 0.39 0.88 0.28
HSL 33.7º 0.79% 0.4% -
HSV(B) 33.7º 0.88% 0.72% -
XYZ 25.82 22.06 3.66 -
YUV 123.86 70.52 170.9 -
System Red Green Blue C M Y K H S L
Decimal 184 113 22 0 0.39 0.88 0.28 33.7 0.79 0.4
Hex B8 71 16 0 27 58 1C 22 4F 28
Octal 270 161 26 0 47 130 34 42 117 50
Binary 10111000 1110001 10110 0 100111 1011000 11100 100010 1001111 101000

Color Harmonies of #B87116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87116

Black with #B87116

Text Example


Text Example

White with #B87116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87116; }

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

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

background-color css

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

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

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

border-color css

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

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

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