Html Css Color HEX #B86C22 Pirate Gold

📋 copy color: '#B86C22'

red 184 ◦ green 108 ◦ blue 34

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

Shades of Pirate Gold #B86C22

Tints of Pirate Gold #B86C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.43%

R = 56.44%
G = 33.13%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#B86C22 (or 0xB86C22) is known color: Pirate Gold. HEX triplet: B8, 6C and 22. RGB value is (184,108,34). Sum of RGB (Red+Green+Blue) = 184+108+34=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 34 (13.67% from 255 or 10.43% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86C22 is #4793DD. Grayscale: #7A7A7A. Windows color (decimal): -4690910 or 2256056. OLE color: 2256056.

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

Color convert

RGB 184 108 34 -
CMYK 0 0.41 0.82 0.28
HSL 29.6º 0.69% 0.43% -
HSV(B) 29.6º 0.82% 0.72% -
XYZ 25.42 21.03 4.23 -
YUV 122.29 78.18 172.02 -
System Red Green Blue C M Y K H S L
Decimal 184 108 34 0 0.41 0.82 0.28 29.6 0.69 0.43
Hex B8 6C 22 0 29 52 1C 1E 45 2B
Octal 270 154 42 0 51 122 34 36 105 53
Binary 10111000 1101100 100010 0 101001 1010010 11100 11110 1000101 101011

Color Harmonies of #B86C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86C22

Black with #B86C22

Text Example


Text Example

White with #B86C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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