Html Css Color HEX #B86716 Pirate Gold

📋 copy color: '#B86716'

red 184 ◦ green 103 ◦ blue 22

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

Shades of Pirate Gold #B86716

Tints of Pirate Gold #B86716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.33%

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

R = 59.55%
G = 33.33%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B86716 (or 0xB86716) is known color: Pirate Gold. HEX triplet: B8, 67 and 16. RGB value is (184,103,22). Sum of RGB (Red+Green+Blue) = 184+103+22=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B86716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86716 is #4798E9. Grayscale: #767676. Windows color (decimal): -4692202 or 1468344. OLE color: 1468344.

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

Color convert

RGB 184 103 22 -
CMYK 0 0.44 0.88 0.28
HSL 30º 0.79% 0.4% -
HSV(B) 30º 0.88% 0.72% -
XYZ 24.76 19.95 3.3 -
YUV 117.99 73.84 175.09 -
System Red Green Blue C M Y K H S L
Decimal 184 103 22 0 0.44 0.88 0.28 30 0.79 0.4
Hex B8 67 16 0 2C 58 1C 1E 4F 28
Octal 270 147 26 0 54 130 34 36 117 50
Binary 10111000 1100111 10110 0 101100 1011000 11100 11110 1001111 101000

Color Harmonies of #B86716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86716

Black with #B86716

Text Example


Text Example

White with #B86716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86716; }

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

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

background-color css

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

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

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

border-color css

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

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

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