Html Css Color HEX #B86E20 Pirate Gold

📋 copy color: '#B86E20'

red 184 ◦ green 110 ◦ blue 32

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

Shades of Pirate Gold #B86E20

Tints of Pirate Gold #B86E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 32 (12.89% from 255) = 9.82%

R = 56.44%
G = 33.74%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B86E20 (or 0xB86E20) is known color: Pirate Gold. HEX triplet: B8, 6E and 20. RGB value is (184,110,32). Sum of RGB (Red+Green+Blue) = 184+110+32=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B86E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86E20 is #4791DF. Grayscale: #7B7B7B. Windows color (decimal): -4690400 or 2125496. OLE color: 2125496.

HSL color Cylindrical-coordinate representation of color #B86E20: hue angle of 30.79º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B86E20 is Cyan = 0, Magento = 0.40, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 110 32 -
CMYK 0 0.40 0.83 0.28
HSL 30.79º 0.7% 0.42% -
HSV(B) 30.79º 0.83% 0.72% -
XYZ 25.6 21.45 4.16 -
YUV 123.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 184 110 32 0 0.40 0.83 0.28 30.79 0.7 0.42
Hex B8 6E 20 0 28 53 1C 1F 46 2A
Octal 270 156 40 0 50 123 34 37 106 52
Binary 10111000 1101110 100000 0 101000 1010011 11100 11111 1000110 101010

Color Harmonies of #B86E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86E20

Black with #B86E20

Text Example


Text Example

White with #B86E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86E20; }

 p { color: rgb(184,110,32); }

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

background-color css

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

 a { background-color: rgb(184,110,32); }

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

border-color css

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

 span { border-color: rgb(184,110,32); }

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