Html Css Color HEX #B96B14 Pirate Gold

📋 copy color: '#B96B14'

red 185 ◦ green 107 ◦ blue 20

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

Shades of Pirate Gold #B96B14

Tints of Pirate Gold #B96B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.41%

R = 59.29%
G = 34.29%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B96B14 (or 0xB96B14) is known color: Pirate Gold. HEX triplet: B9, 6B and 14. RGB value is (185,107,20). Sum of RGB (Red+Green+Blue) = 185+107+20=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 20 (8.20% from 255 or 6.41% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B96B14 is #4694EB. Grayscale: #787878. Windows color (decimal): -4625644 or 1338297. OLE color: 1338297.

HSL color Cylindrical-coordinate representation of color #B96B14: hue angle of 31.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B96B14 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 107 20 -
CMYK 0 0.42 0.89 0.27
HSL 31.64º 0.8% 0.4% -
HSV(B) 31.64º 0.89% 0.73% -
XYZ 25.39 20.88 3.35 -
YUV 120.4 71.34 174.07 -
System Red Green Blue C M Y K H S L
Decimal 185 107 20 0 0.42 0.89 0.27 31.64 0.8 0.4
Hex B9 6B 14 0 2A 59 1B 20 50 28
Octal 271 153 24 0 52 131 33 40 120 50
Binary 10111001 1101011 10100 0 101010 1011001 11011 100000 1010000 101000

Color Harmonies of #B96B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96B14

Black with #B96B14

Text Example


Text Example

White with #B96B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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