Html Css Color HEX #B96A11 Pirate Gold

📋 copy color: '#B96A11'

red 185 ◦ green 106 ◦ blue 17

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

Shades of Pirate Gold #B96A11

Tints of Pirate Gold #B96A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.42%

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

R = 60.06%
G = 34.42%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96A11 (or 0xB96A11) is known color: Pirate Gold. HEX triplet: B9, 6A and 11. RGB value is (185,106,17). Sum of RGB (Red+Green+Blue) = 185+106+17=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 17 (7.03% from 255 or 5.52% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A11 is #4695EE. Grayscale: #777777. Windows color (decimal): -4625903 or 1141433. OLE color: 1141433.

HSL color Cylindrical-coordinate representation of color #B96A11: hue angle of 31.79º 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 #B96A11 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 106 17 -
CMYK 0 0.43 0.91 0.27
HSL 31.79º 0.83% 0.4% -
HSV(B) 31.79º 0.91% 0.73% -
XYZ 25.26 20.66 3.19 -
YUV 119.48 70.17 174.74 -
System Red Green Blue C M Y K H S L
Decimal 185 106 17 0 0.43 0.91 0.27 31.79 0.83 0.4
Hex B9 6A 11 0 2B 5B 1B 20 53 28
Octal 271 152 21 0 53 133 33 40 123 50
Binary 10111001 1101010 10001 0 101011 1011011 11011 100000 1010011 101000

Color Harmonies of #B96A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A11

Black with #B96A11

Text Example


Text Example

White with #B96A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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