#B96C28

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

Shades of Meteor #B96C28

Tints of Meteor #B96C28

Color information

#B96C28 (or 0xB96C28) is unknown color: approx Meteor. HEX triplet: B9, 6C and 28. RGB value is (185,108,40). Sum of RGB (Red+Green+Blue) = 185+108+40=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 40 (16.02% from 255 or 12.01% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96C28 is #4693D7. Grayscale: #7B7B7B. Windows color (decimal): -4625368 or 2649273. OLE color: 2649273.

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

Color convert

RGB18510840-
CMYK00.420.780.27
HSL28.14º64.44%44.12%-
HSV(B)28.14º78.38%72.55%-
XYZ25.7521.194.74-
YUV123.2781.01172.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 40 (16.02% from 255) = 12.01%
R=55.56%
G=32.43%
B=12.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851084000.420.780.2728.1464.4444.12
HexB96C2802A4E1B1c402c
Octal27115450052116333410054
Binary1011100111011001010000101010100111011011111001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C28; }

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

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

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

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

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

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

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

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