Html Css Color HEX #B86C0F Pirate Gold

📋 copy color: '#B86C0F'

red 184 ◦ green 108 ◦ blue 15

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

Shades of Pirate Gold #B86C0F

Tints of Pirate Gold #B86C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.89%

R = 59.93%
G = 35.18%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B86C0F (or 0xB86C0F) is known color: Pirate Gold. HEX triplet: B8, 6C and 0F. RGB value is (184,108,15). Sum of RGB (Red+Green+Blue) = 184+108+15=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C0F is #4793F0. Grayscale: #787878. Windows color (decimal): -4690929 or 1010872. OLE color: 1010872.

HSL color Cylindrical-coordinate representation of color #B86C0F: hue angle of 33.02º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B86C0F is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 108 15 -
CMYK 0 0.41 0.92 0.28
HSL 33.02º 0.85% 0.39% -
HSV(B) 33.02º 0.92% 0.72% -
XYZ 25.22 20.95 3.17 -
YUV 120.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 184 108 15 0 0.41 0.92 0.28 33.02 0.85 0.39
Hex B8 6C F 0 29 5C 1C 21 55 27
Octal 270 154 17 0 51 134 34 41 125 47
Binary 10111000 1101100 1111 0 101001 1011100 11100 100001 1010101 100111

Color Harmonies of #B86C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C0F

Black with #B86C0F

Text Example


Text Example

White with #B86C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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