Html Css Color HEX #B86C14 Pirate Gold

📋 copy color: '#B86C14'

red 184 ◦ green 108 ◦ blue 20

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

Shades of Pirate Gold #B86C14

Tints of Pirate Gold #B86C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 34.62%

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

R = 58.97%
G = 34.62%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B86C14 (or 0xB86C14) is known color: Pirate Gold. HEX triplet: B8, 6C and 14. RGB value is (184,108,20). Sum of RGB (Red+Green+Blue) = 184+108+20=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C14 is #4793EB. Grayscale: #797979. Windows color (decimal): -4690924 or 1338552. OLE color: 1338552.

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

Color convert

RGB 184 108 20 -
CMYK 0 0.41 0.89 0.28
HSL 32.2º 0.8% 0.4% -
HSV(B) 32.2º 0.89% 0.72% -
XYZ 25.26 20.97 3.38 -
YUV 120.69 71.18 173.16 -
System Red Green Blue C M Y K H S L
Decimal 184 108 20 0 0.41 0.89 0.28 32.2 0.8 0.4
Hex B8 6C 14 0 29 59 1C 20 50 28
Octal 270 154 24 0 51 131 34 40 120 50
Binary 10111000 1101100 10100 0 101001 1011001 11100 100000 1010000 101000

Color Harmonies of #B86C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C14

Black with #B86C14

Text Example


Text Example

White with #B86C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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