Html Css Color HEX #B96A1C Pirate Gold

📋 copy color: '#B96A1C'

red 185 ◦ green 106 ◦ blue 28

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

Shades of Pirate Gold #B96A1C

Tints of Pirate Gold #B96A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 57.99%
G = 33.23%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#B96A1C (or 0xB96A1C) is known color: Pirate Gold. HEX triplet: B9, 6A and 1C. RGB value is (185,106,28). Sum of RGB (Red+Green+Blue) = 185+106+28=319 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.99% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A1C is #4695E3. Grayscale: #797979. Windows color (decimal): -4625892 or 1862329. OLE color: 1862329.

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

Color convert

RGB 185 106 28 -
CMYK 0 0.43 0.85 0.27
HSL 29.81º 0.74% 0.42% -
HSV(B) 29.81º 0.85% 0.73% -
XYZ 25.37 20.71 3.76 -
YUV 120.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 185 106 28 0 0.43 0.85 0.27 29.81 0.74 0.42
Hex B9 6A 1C 0 2B 55 1B 1E 4A 2A
Octal 271 152 34 0 53 125 33 36 112 52
Binary 10111001 1101010 11100 0 101011 1010101 11011 11110 1001010 101010

Color Harmonies of #B96A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A1C

Black with #B96A1C

Text Example


Text Example

White with #B96A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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