Html Css Color HEX #B86D14 Pirate Gold

📋 copy color: '#B86D14'

red 184 ◦ green 109 ◦ blue 20

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

Shades of Pirate Gold #B86D14

Tints of Pirate Gold #B86D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.82%

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

R = 58.79%
G = 34.82%
B = 6.39%

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

#B86D14 (or 0xB86D14) is known color: Pirate Gold. HEX triplet: B8, 6D and 14. RGB value is (184,109,20). Sum of RGB (Red+Green+Blue) = 184+109+20=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B86D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86D14 is #4792EB. Grayscale: #797979. Windows color (decimal): -4690668 or 1338808. OLE color: 1338808.

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

Color convert

RGB 184 109 20 -
CMYK 0 0.41 0.89 0.28
HSL 32.56º 0.8% 0.4% -
HSV(B) 32.56º 0.89% 0.72% -
XYZ 25.36 21.18 3.41 -
YUV 121.28 70.85 172.74 -
System Red Green Blue C M Y K H S L
Decimal 184 109 20 0 0.41 0.89 0.28 32.56 0.8 0.4
Hex B8 6D 14 0 29 59 1C 21 50 28
Octal 270 155 24 0 51 131 34 41 120 50
Binary 10111000 1101101 10100 0 101001 1011001 11100 100001 1010000 101000

Color Harmonies of #B86D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86D14

Black with #B86D14

Text Example


Text Example

White with #B86D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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