Html Css Color HEX #B96A1F Pirate Gold

📋 copy color: '#B96A1F'

red 185 ◦ green 106 ◦ blue 31

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

Shades of Pirate Gold #B96A1F

Tints of Pirate Gold #B96A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.63%

R = 57.45%
G = 32.92%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B96A1F (or 0xB96A1F) is known color: Pirate Gold. HEX triplet: B9, 6A and 1F. RGB value is (185,106,31). Sum of RGB (Red+Green+Blue) = 185+106+31=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B96A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96A1F is #4695E0. Grayscale: #797979. Windows color (decimal): -4625889 or 2058937. OLE color: 2058937.

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

Color convert

RGB 185 106 31 -
CMYK 0 0.43 0.83 0.27
HSL 29.22º 0.71% 0.42% -
HSV(B) 29.22º 0.83% 0.73% -
XYZ 25.41 20.72 3.96 -
YUV 121.07 77.17 173.6 -
System Red Green Blue C M Y K H S L
Decimal 185 106 31 0 0.43 0.83 0.27 29.22 0.71 0.42
Hex B9 6A 1F 0 2B 53 1B 1D 47 2A
Octal 271 152 37 0 53 123 33 35 107 52
Binary 10111001 1101010 11111 0 101011 1010011 11011 11101 1000111 101010

Color Harmonies of #B96A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96A1F

Black with #B96A1F

Text Example


Text Example

White with #B96A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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