Html Css Color HEX #B96A13 Pirate Gold

📋 copy color: '#B96A13'

red 185 ◦ green 106 ◦ blue 19

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

Shades of Pirate Gold #B96A13

Tints of Pirate Gold #B96A13

RGB

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

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

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

R = 59.68%
G = 34.19%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B96A13 (or 0xB96A13) is known color: Pirate Gold. HEX triplet: B9, 6A and 13. RGB value is (185,106,19). Sum of RGB (Red+Green+Blue) = 185+106+19=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96A13 is #4695EC. Grayscale: #787878. Windows color (decimal): -4625901 or 1272505. OLE color: 1272505.

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

Color convert

RGB 185 106 19 -
CMYK 0 0.43 0.90 0.27
HSL 31.45º 0.81% 0.4% -
HSV(B) 31.45º 0.9% 0.73% -
XYZ 25.28 20.67 3.27 -
YUV 119.7 71.17 174.57 -
System Red Green Blue C M Y K H S L
Decimal 185 106 19 0 0.43 0.90 0.27 31.45 0.81 0.4
Hex B9 6A 13 0 2B 5A 1B 1F 51 28
Octal 271 152 23 0 53 132 33 37 121 50
Binary 10111001 1101010 10011 0 101011 1011010 11011 11111 1010001 101000

Color Harmonies of #B96A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A13

Black with #B96A13

Text Example


Text Example

White with #B96A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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