#B95A33

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

Shades of Smoke Tree #B95A33

Tints of Smoke Tree #B95A33

Color information

#B95A33 (or 0xB95A33) is unknown color: approx Smoke Tree. HEX triplet: B9, 5A and 33. RGB value is (185,90,51). Sum of RGB (Red+Green+Blue) = 185+90+51=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 51 (20.31% from 255 or 15.64% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95A33 is #46A5CC. Grayscale: #727272. Windows color (decimal): -4629965 or 3365561. OLE color: 3365561.

HSL color Cylindrical-coordinate representation of color #B95A33: hue angle of 17.46º degrees, saturation: 0.57, 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 #B95A33 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1859051-
CMYK00.510.720.27
HSL17.46º56.78%46.27%-
HSV(B)17.46º72.43%72.55%-
XYZ24.2617.875.3-
YUV113.9692.47178.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 90 (35.55% from 255) = 27.61%
BLUE value IS 51 (20.31% from 255) = 15.64%
R=56.75%
G=27.61%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185905100.510.720.2717.4656.7846.27
HexB95A33033481B11392e
Octal2711326306311033217156
Binary101110011011010110011011001110010001101110001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95A33; }

 p { color: rgb(185,90,51); }

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

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

 a { background-color: rgb(185,90,51); }

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

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

 span { border-color: rgb(185,90,51); }

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