Html Css Color HEX #B86816 Pirate Gold

📋 copy color: '#B86816'

red 184 ◦ green 104 ◦ blue 22

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

Shades of Pirate Gold #B86816

Tints of Pirate Gold #B86816

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 59.35%
G = 33.55%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B86816 (or 0xB86816) is known color: Pirate Gold. HEX triplet: B8, 68 and 16. RGB value is (184,104,22). Sum of RGB (Red+Green+Blue) = 184+104+22=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B86816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86816 is #4797E9. Grayscale: #767676. Windows color (decimal): -4691946 or 1468600. OLE color: 1468600.

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

Color convert

RGB 184 104 22 -
CMYK 0 0.43 0.88 0.28
HSL 30.37º 0.79% 0.4% -
HSV(B) 30.37º 0.88% 0.72% -
XYZ 24.86 20.15 3.34 -
YUV 118.57 73.5 174.67 -
System Red Green Blue C M Y K H S L
Decimal 184 104 22 0 0.43 0.88 0.28 30.37 0.79 0.4
Hex B8 68 16 0 2B 58 1C 1E 4F 28
Octal 270 150 26 0 53 130 34 36 117 50
Binary 10111000 1101000 10110 0 101011 1011000 11100 11110 1001111 101000

Color Harmonies of #B86816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86816

Black with #B86816

Text Example


Text Example

White with #B86816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86816; }

 p { color: rgb(184,104,22); }

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

background-color css

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

 a { background-color: rgb(184,104,22); }

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

border-color css

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

 span { border-color: rgb(184,104,22); }

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