#B95C33

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

Shades of Smoke Tree #B95C33

Tints of Smoke Tree #B95C33

Color information

#B95C33 (or 0xB95C33) is unknown color: approx Smoke Tree. HEX triplet: B9, 5C and 33. RGB value is (185,92,51). Sum of RGB (Red+Green+Blue) = 185+92+51=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95C33 is #46A3CC. Grayscale: #737373. Windows color (decimal): -4629453 or 3366073. OLE color: 3366073.

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

Color convert

RGB1859251-
CMYK00.500.720.27
HSL18.36º56.78%46.27%-
HSV(B)18.36º72.43%72.55%-
XYZ24.4318.215.36-
YUV115.1391.81177.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.40%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 51 (20.31% from 255) = 15.55%
R=56.40%
G=28.05%
B=15.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185925100.500.720.2718.3656.7846.27
HexB95C33032481B12392e
Octal2711346306211033227156
Binary101110011011100110011011001010010001101110010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C33; }

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

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

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

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

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

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

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

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