Html Css Color HEX #B96B11 Pirate Gold

📋 copy color: '#B96B11'

red 185 ◦ green 107 ◦ blue 17

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

Shades of Pirate Gold #B96B11

Tints of Pirate Gold #B96B11

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.63%

 BLUE value IS 17 (7.03% from 255) = 5.5%

R = 59.87%
G = 34.63%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96B11 (or 0xB96B11) is known color: Pirate Gold. HEX triplet: B9, 6B and 11. RGB value is (185,107,17). Sum of RGB (Red+Green+Blue) = 185+107+17=309 (40% of max value = 765). Red value is 185 (72.66% from 255 or 59.87% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96B11 is #4694EE. Grayscale: #787878. Windows color (decimal): -4625647 or 1141689. OLE color: 1141689.

HSL color Cylindrical-coordinate representation of color #B96B11: hue angle of 32.14º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B96B11 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 107 17 -
CMYK 0 0.42 0.91 0.27
HSL 32.14º 0.83% 0.4% -
HSV(B) 32.14º 0.91% 0.73% -
XYZ 25.37 20.87 3.22 -
YUV 120.06 69.84 174.32 -
System Red Green Blue C M Y K H S L
Decimal 185 107 17 0 0.42 0.91 0.27 32.14 0.83 0.4
Hex B9 6B 11 0 2A 5B 1B 20 53 28
Octal 271 153 21 0 52 133 33 40 123 50
Binary 10111001 1101011 10001 0 101010 1011011 11011 100000 1010011 101000

Color Harmonies of #B96B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B11

Black with #B96B11

Text Example


Text Example

White with #B96B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B11; }

 p { color: rgb(185,107,17); }

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

background-color css

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

 a { background-color: rgb(185,107,17); }

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

border-color css

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

 span { border-color: rgb(185,107,17); }

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