Html Css Color HEX #B96D11 Pirate Gold

📋 copy color: '#B96D11'

red 185 ◦ green 109 ◦ blue 17

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

Shades of Pirate Gold #B96D11

Tints of Pirate Gold #B96D11

RGB

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

 GREEN value IS 109 (42.97% from 255) = 35.05%

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

R = 59.49%
G = 35.05%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B96D11 (or 0xB96D11) is known color: Pirate Gold. HEX triplet: B9, 6D and 11. RGB value is (185,109,17). Sum of RGB (Red+Green+Blue) = 185+109+17=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 17 (7.03% from 255 or 5.47% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96D11 is #4692EE. Grayscale: #797979. Windows color (decimal): -4625135 or 1142201. OLE color: 1142201.

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

Color convert

RGB 185 109 17 -
CMYK 0 0.41 0.91 0.27
HSL 32.86º 0.83% 0.4% -
HSV(B) 32.86º 0.91% 0.73% -
XYZ 25.58 21.29 3.29 -
YUV 121.24 69.18 173.48 -
System Red Green Blue C M Y K H S L
Decimal 185 109 17 0 0.41 0.91 0.27 32.86 0.83 0.4
Hex B9 6D 11 0 29 5B 1B 21 53 28
Octal 271 155 21 0 51 133 33 41 123 50
Binary 10111001 1101101 10001 0 101001 1011011 11011 100001 1010011 101000

Color Harmonies of #B96D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96D11

Black with #B96D11

Text Example


Text Example

White with #B96D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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