#B96F34

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

Shades of Meteor #B96F34

Tints of Meteor #B96F34

Color information

#B96F34 (or 0xB96F34) is unknown color: approx Meteor. HEX triplet: B9, 6F and 34. RGB value is (185,111,52). Sum of RGB (Red+Green+Blue) = 185+111+52=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B96F34 is #4690CB. Grayscale: #7E7E7E. Windows color (decimal): -4624588 or 3436473. OLE color: 3436473.

HSL color Cylindrical-coordinate representation of color #B96F34: hue angle of 26.62º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B96F34 is Cyan = 0, Magento = 0.4, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB18511152-
CMYK00.40.720.27
HSL26.62º56.12%46.47%-
HSV(B)26.62º71.89%72.55%-
XYZ26.3121.936.1-
YUV126.486.02169.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.16%
GREEN value IS 111 (43.75% from 255) = 31.90%
BLUE value IS 52 (20.70% from 255) = 14.94%
R=53.16%
G=31.90%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851115200.40.720.2726.6256.1246.47
HexB96F34028481B1b382e
Octal2711576405011033337056
Binary101110011101111110100010100010010001101111011111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F34; }

 p { color: rgb(185,111,52); }

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

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

 a { background-color: rgb(185,111,52); }

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

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

 span { border-color: rgb(185,111,52); }

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