#B9583A

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

Shades of Smoke Tree #B9583A

Tints of Smoke Tree #B9583A

Color information

#B9583A (or 0xB9583A) is unknown color: approx Smoke Tree. HEX triplet: B9, 58 and 3A. RGB value is (185,88,58). Sum of RGB (Red+Green+Blue) = 185+88+58=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 88 (34.77% from 255 or 26.59% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9583A is #46A7C5. Grayscale: #717171. Windows color (decimal): -4630470 or 3823801. OLE color: 3823801.

HSL color Cylindrical-coordinate representation of color #B9583A: hue angle of 14.17º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B9583A is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1858858-
CMYK00.520.690.27
HSL14.17º52.26%47.65%-
HSV(B)14.17º68.65%72.55%-
XYZ24.2617.66.12-
YUV113.5896.64178.94-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.89%
GREEN value IS 88 (34.77% from 255) = 26.59%
BLUE value IS 58 (23.05% from 255) = 17.52%
R=55.89%
G=26.59%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185885800.520.690.2714.1752.2647.65
HexB9583A034451Be3430
Octal2711307206410533166460
Binary10111001101100011101001101001000101110111110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9583A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9583A; }

 p { color: rgb(185,88,58); }

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

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

 a { background-color: rgb(185,88,58); }

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

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

 span { border-color: rgb(185,88,58); }

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