#B35A3A

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

Shades of Smoke Tree #B35A3A

Tints of Smoke Tree #B35A3A

Color information

#B35A3A (or 0xB35A3A) is unknown color: approx Smoke Tree. HEX triplet: B3, 5A and 3A. RGB value is (179,90,58). Sum of RGB (Red+Green+Blue) = 179+90+58=327 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.74% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B35A3A is #4CA5C5. Grayscale: #717171. Windows color (decimal): -5023174 or 3824307. OLE color: 3824307.

HSL color Cylindrical-coordinate representation of color #B35A3A: hue angle of 15.87º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B35A3A is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB1799058-
CMYK00.500.680.30
HSL15.87º51.05%46.47%-
HSV(B)15.87º67.6%70.2%-
XYZ23.0117.26.11-
YUV112.9696.99175.1-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.74%
GREEN value IS 90 (35.55% from 255) = 27.52%
BLUE value IS 58 (23.05% from 255) = 17.74%
R=54.74%
G=27.52%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179905800.500.680.3015.8751.0546.47
HexB35A3A032441E10332e
Octal2631327206210436206356
Binary101100111011010111010011001010001001111010000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B35A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B35A3A; }

 p { color: rgb(179,90,58); }

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

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

 a { background-color: rgb(179,90,58); }

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

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

 span { border-color: rgb(179,90,58); }

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