Html Css Color HEX #B96E20 Pirate Gold

📋 copy color: '#B96E20'

red 185 ◦ green 110 ◦ blue 32

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

Shades of Pirate Gold #B96E20

Tints of Pirate Gold #B96E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.64%

 BLUE value IS 32 (12.89% from 255) = 9.79%

R = 56.57%
G = 33.64%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B96E20 (or 0xB96E20) is known color: Pirate Gold. HEX triplet: B9, 6E and 20. RGB value is (185,110,32). Sum of RGB (Red+Green+Blue) = 185+110+32=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96E20 is #4691DF. Grayscale: #7B7B7B. Windows color (decimal): -4624864 or 2125497. OLE color: 2125497.

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

Color convert

RGB 185 110 32 -
CMYK 0 0.41 0.83 0.27
HSL 30.59º 0.71% 0.43% -
HSV(B) 30.59º 0.83% 0.73% -
XYZ 25.84 21.57 4.17 -
YUV 123.53 76.35 171.84 -
System Red Green Blue C M Y K H S L
Decimal 185 110 32 0 0.41 0.83 0.27 30.59 0.71 0.43
Hex B9 6E 20 0 29 53 1B 1F 47 2B
Octal 271 156 40 0 51 123 33 37 107 53
Binary 10111001 1101110 100000 0 101001 1010011 11011 11111 1000111 101011

Color Harmonies of #B96E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96E20

Black with #B96E20

Text Example


Text Example

White with #B96E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96E20; }

 p { color: rgb(185,110,32); }

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

background-color css

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

 a { background-color: rgb(185,110,32); }

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

border-color css

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

 span { border-color: rgb(185,110,32); }

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