#B85A3A

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

Shades of Smoke Tree #B85A3A

Tints of Smoke Tree #B85A3A

Color information

#B85A3A (or 0xB85A3A) is unknown color: approx Smoke Tree. HEX triplet: B8, 5A and 3A. RGB value is (184,90,58). Sum of RGB (Red+Green+Blue) = 184+90+58=332 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.42% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85A3A is #47A5C5. Grayscale: #727272. Windows color (decimal): -4695494 or 3824312. OLE color: 3824312.

HSL color Cylindrical-coordinate representation of color #B85A3A: hue angle of 15.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B85A3A is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB1849058-
CMYK00.510.680.28
HSL15.24º52.07%47.45%-
HSV(B)15.24º68.48%72.16%-
XYZ24.1917.816.17-
YUV114.4696.14177.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.42%
GREEN value IS 90 (35.55% from 255) = 27.11%
BLUE value IS 58 (23.05% from 255) = 17.47%
R=55.42%
G=27.11%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184905800.510.680.2815.2452.0747.45
HexB85A3A033441Cf342f
Octal2701327206310434176457
Binary10111000101101011101001100111000100111001111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85A3A; }

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

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

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

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

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

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

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

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