Html Css Color HEX #B96C22 Pirate Gold

📋 copy color: '#B96C22'

red 185 ◦ green 108 ◦ blue 34

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

Shades of Pirate Gold #B96C22

Tints of Pirate Gold #B96C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 10.4%

R = 56.57%
G = 33.03%
B = 10.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B96C22 (or 0xB96C22) is known color: Pirate Gold. HEX triplet: B9, 6C and 22. RGB value is (185,108,34). Sum of RGB (Red+Green+Blue) = 185+108+34=327 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.57% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C22 is #4693DD. Grayscale: #7A7A7A. Windows color (decimal): -4625374 or 2256057. OLE color: 2256057.

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

Color convert

RGB 185 108 34 -
CMYK 0 0.42 0.82 0.27
HSL 29.4º 0.69% 0.43% -
HSV(B) 29.4º 0.82% 0.73% -
XYZ 25.66 21.15 4.24 -
YUV 122.59 78.01 172.52 -
System Red Green Blue C M Y K H S L
Decimal 185 108 34 0 0.42 0.82 0.27 29.4 0.69 0.43
Hex B9 6C 22 0 2A 52 1B 1D 45 2B
Octal 271 154 42 0 52 122 33 35 105 53
Binary 10111001 1101100 100010 0 101010 1010010 11011 11101 1000101 101011

Color Harmonies of #B96C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C22

Black with #B96C22

Text Example


Text Example

White with #B96C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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