Html Css Color HEX #B96B13 Pirate Gold

📋 copy color: '#B96B13'

red 185 ◦ green 107 ◦ blue 19

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

Shades of Pirate Gold #B96B13

Tints of Pirate Gold #B96B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.11%

R = 59.49%
G = 34.41%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96B13 (or 0xB96B13) is known color: Pirate Gold. HEX triplet: B9, 6B and 13. RGB value is (185,107,19). Sum of RGB (Red+Green+Blue) = 185+107+19=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 19 (7.81% from 255 or 6.11% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96B13 is #4694EC. Grayscale: #787878. Windows color (decimal): -4625645 or 1272761. OLE color: 1272761.

HSL color Cylindrical-coordinate representation of color #B96B13: hue angle of 31.81º degrees, saturation: 0.81, 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 #B96B13 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 107 19 -
CMYK 0 0.42 0.90 0.27
HSL 31.81º 0.81% 0.4% -
HSV(B) 31.81º 0.9% 0.73% -
XYZ 25.38 20.88 3.31 -
YUV 120.29 70.84 174.16 -
System Red Green Blue C M Y K H S L
Decimal 185 107 19 0 0.42 0.90 0.27 31.81 0.81 0.4
Hex B9 6B 13 0 2A 5A 1B 20 51 28
Octal 271 153 23 0 52 132 33 40 121 50
Binary 10111001 1101011 10011 0 101010 1011010 11011 100000 1010001 101000

Color Harmonies of #B96B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B13

Black with #B96B13

Text Example


Text Example

White with #B96B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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