Html Css Color HEX #B86B15 Pirate Gold

📋 copy color: '#B86B15'

red 184 ◦ green 107 ◦ blue 21

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

Shades of Pirate Gold #B86B15

Tints of Pirate Gold #B86B15

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.29%

 BLUE value IS 21 (8.59% from 255) = 6.73%

R = 58.97%
G = 34.29%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B86B15 (or 0xB86B15) is known color: Pirate Gold. HEX triplet: B8, 6B and 15. RGB value is (184,107,21). Sum of RGB (Red+Green+Blue) = 184+107+21=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86B15 is #4794EA. Grayscale: #787878. Windows color (decimal): -4691179 or 1403832. OLE color: 1403832.

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

Color convert

RGB 184 107 21 -
CMYK 0 0.42 0.89 0.28
HSL 31.66º 0.8% 0.4% -
HSV(B) 31.66º 0.89% 0.72% -
XYZ 25.16 20.76 3.39 -
YUV 120.22 72.01 173.49 -
System Red Green Blue C M Y K H S L
Decimal 184 107 21 0 0.42 0.89 0.28 31.66 0.8 0.4
Hex B8 6B 15 0 2A 59 1C 20 50 28
Octal 270 153 25 0 52 131 34 40 120 50
Binary 10111000 1101011 10101 0 101010 1011001 11100 100000 1010000 101000

Color Harmonies of #B86B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86B15

Black with #B86B15

Text Example


Text Example

White with #B86B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86B15; }

 p { color: rgb(184,107,21); }

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

background-color css

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

 a { background-color: rgb(184,107,21); }

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

border-color css

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

 span { border-color: rgb(184,107,21); }

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