#B96C2C

Color #B96C2C Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #B96C2C

Tints of Meteor #B96C2C

Color information

#B96C2C (or 0xB96C2C) is unknown color: approx Meteor. HEX triplet: B9, 6C and 2C. RGB value is (185,108,44). Sum of RGB (Red+Green+Blue) = 185+108+44=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C2C is #4693D3. Grayscale: #7C7C7C. Windows color (decimal): -4625364 or 2911417. OLE color: 2911417.

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

Color convert

RGB18510844-
CMYK00.420.760.27
HSL27.23º61.57%44.9%-
HSV(B)27.23º76.22%72.55%-
XYZ25.8221.225.12-
YUV123.7383.01171.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 44 (17.58% from 255) = 13.06%
R=54.90%
G=32.05%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.76
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851084400.420.760.2727.2361.5744.9
HexB96C2C02A4C1B1b3e2d
Octal2711545405211433337655
Binary101110011101100101100010101010011001101111011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C2C; }

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

 H1.HeaderClassName
 {
   color: #B96C2C;
 }
 .AnyTagClassName
 {
   color: #B96C2C;
 }
</style>
background-color css

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

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

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

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

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

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