Html Css Color HEX #B96716 Pirate Gold

📋 copy color: '#B96716'

red 185 ◦ green 103 ◦ blue 22

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

Shades of Pirate Gold #B96716

Tints of Pirate Gold #B96716

RGB

 RED value IS 185 (72.66% from 255) = 59.68%

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

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

R = 59.68%
G = 33.23%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B96716 (or 0xB96716) is known color: Pirate Gold. HEX triplet: B9, 67 and 16. RGB value is (185,103,22). Sum of RGB (Red+Green+Blue) = 185+103+22=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B96716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96716 is #4698E9. Grayscale: #767676. Windows color (decimal): -4626666 or 1468345. OLE color: 1468345.

HSL color Cylindrical-coordinate representation of color #B96716: hue angle of 29.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B96716 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 103 22 -
CMYK 0 0.44 0.88 0.27
HSL 29.82º 0.79% 0.41% -
HSV(B) 29.82º 0.88% 0.73% -
XYZ 25 20.07 3.32 -
YUV 118.28 73.67 175.59 -
System Red Green Blue C M Y K H S L
Decimal 185 103 22 0 0.44 0.88 0.27 29.82 0.79 0.41
Hex B9 67 16 0 2C 58 1B 1E 4F 29
Octal 271 147 26 0 54 130 33 36 117 51
Binary 10111001 1100111 10110 0 101100 1011000 11011 11110 1001111 101001

Color Harmonies of #B96716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96716

Black with #B96716

Text Example


Text Example

White with #B96716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96716; }

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

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

background-color css

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

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

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

border-color css

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

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

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