#B95B30

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

Shades of Smoke Tree #B95B30

Tints of Smoke Tree #B95B30

Color information

#B95B30 (or 0xB95B30) is unknown color: approx Smoke Tree. HEX triplet: B9, 5B and 30. RGB value is (185,91,48). Sum of RGB (Red+Green+Blue) = 185+91+48=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B95B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B95B30 is #46A4CF. Grayscale: #727272. Windows color (decimal): -4629712 or 3169209. OLE color: 3169209.

HSL color Cylindrical-coordinate representation of color #B95B30: hue angle of 18.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B95B30 is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB1859148-
CMYK00.510.740.27
HSL18.83º58.8%45.69%-
HSV(B)18.83º74.05%72.55%-
XYZ24.2818.014.99-
YUV114.290.64178.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=57.10%
G=28.09%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.74
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185914800.510.740.2718.8358.845.69
HexB95B300334A1B133b2e
Octal2711336006311233237356
Binary101110011011011110000011001110010101101110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95B30; }

 p { color: rgb(185,91,48); }

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

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

 a { background-color: rgb(185,91,48); }

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

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

 span { border-color: rgb(185,91,48); }

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