Html Css Color HEX #B96C1F Pirate Gold

📋 copy color: '#B96C1F'

red 185 ◦ green 108 ◦ blue 31

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

Shades of Pirate Gold #B96C1F

Tints of Pirate Gold #B96C1F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.33%

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

R = 57.1%
G = 33.33%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B96C1F (or 0xB96C1F) is known color: Pirate Gold. HEX triplet: B9, 6C and 1F. RGB value is (185,108,31). Sum of RGB (Red+Green+Blue) = 185+108+31=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C1F is #4693E0. Grayscale: #7A7A7A. Windows color (decimal): -4625377 or 2059449. OLE color: 2059449.

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

Color convert

RGB 185 108 31 -
CMYK 0 0.42 0.83 0.27
HSL 30º 0.71% 0.42% -
HSV(B) 30º 0.83% 0.73% -
XYZ 25.62 21.14 4.03 -
YUV 122.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 185 108 31 0 0.42 0.83 0.27 30 0.71 0.42
Hex B9 6C 1F 0 2A 53 1B 1E 47 2A
Octal 271 154 37 0 52 123 33 36 107 52
Binary 10111001 1101100 11111 0 101010 1010011 11011 11110 1000111 101010

Color Harmonies of #B96C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C1F

Black with #B96C1F

Text Example


Text Example

White with #B96C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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