Html Css Color HEX #B96E12 Pirate Gold

📋 copy color: '#B96E12'

red 185 ◦ green 110 ◦ blue 18

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

Shades of Pirate Gold #B96E12

Tints of Pirate Gold #B96E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.14%

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 59.11%
G = 35.14%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96E12 (or 0xB96E12) is known color: Pirate Gold. HEX triplet: B9, 6E and 12. RGB value is (185,110,18). Sum of RGB (Red+Green+Blue) = 185+110+18=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96E12 is #4691ED. Grayscale: #7A7A7A. Windows color (decimal): -4624878 or 1207993. OLE color: 1207993.

HSL color Cylindrical-coordinate representation of color #B96E12: hue angle of 33.05º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B96E12 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 110 18 -
CMYK 0 0.41 0.90 0.27
HSL 33.05º 0.82% 0.4% -
HSV(B) 33.05º 0.9% 0.73% -
XYZ 25.69 21.51 3.37 -
YUV 121.94 69.35 172.98 -
System Red Green Blue C M Y K H S L
Decimal 185 110 18 0 0.41 0.90 0.27 33.05 0.82 0.4
Hex B9 6E 12 0 29 5A 1B 21 52 28
Octal 271 156 22 0 51 132 33 41 122 50
Binary 10111001 1101110 10010 0 101001 1011010 11011 100001 1010010 101000

Color Harmonies of #B96E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E12

Black with #B96E12

Text Example


Text Example

White with #B96E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E12; }

 p { color: rgb(185,110,18); }

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

background-color css

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

 a { background-color: rgb(185,110,18); }

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

border-color css

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

 span { border-color: rgb(185,110,18); }

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