Html Css Color HEX #B96C24 Pirate Gold

📋 copy color: '#B96C24'

red 185 ◦ green 108 ◦ blue 36

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

Shades of Pirate Gold #B96C24

Tints of Pirate Gold #B96C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.94%

R = 56.23%
G = 32.83%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B96C24 (or 0xB96C24) is known color: Pirate Gold. HEX triplet: B9, 6C and 24. RGB value is (185,108,36). Sum of RGB (Red+Green+Blue) = 185+108+36=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C24 is #4693DB. Grayscale: #7B7B7B. Windows color (decimal): -4625372 or 2387129. OLE color: 2387129.

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

Color convert

RGB 185 108 36 -
CMYK 0 0.42 0.81 0.27
HSL 28.99º 0.67% 0.43% -
HSV(B) 28.99º 0.81% 0.73% -
XYZ 25.69 21.17 4.4 -
YUV 122.82 79.01 172.35 -
System Red Green Blue C M Y K H S L
Decimal 185 108 36 0 0.42 0.81 0.27 28.99 0.67 0.43
Hex B9 6C 24 0 2A 51 1B 1D 43 2B
Octal 271 154 44 0 52 121 33 35 103 53
Binary 10111001 1101100 100100 0 101010 1010001 11011 11101 1000011 101011

Color Harmonies of #B96C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96C24

Black with #B96C24

Text Example


Text Example

White with #B96C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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