#BB5935

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

Shades of Smoke Tree #BB5935

Tints of Smoke Tree #BB5935

Color information

#BB5935 (or 0xBB5935) is unknown color: approx Smoke Tree. HEX triplet: BB, 59 and 35. RGB value is (187,89,53). Sum of RGB (Red+Green+Blue) = 187+89+53=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5935 is #44A6CA. Grayscale: #727272. Windows color (decimal): -4499147 or 3496379. OLE color: 3496379.

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

Color convert

RGB1878953-
CMYK00.520.720.27
HSL16.12º55.83%47.06%-
HSV(B)16.12º71.66%73.33%-
XYZ24.7117.975.53-
YUV114.293.47179.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.84%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 53 (21.09% from 255) = 16.11%
R=56.84%
G=27.05%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187895300.520.720.2716.1255.8347.06
HexBB5935034481B10382f
Octal2731316506411033207057
Binary101110111011001110101011010010010001101110000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5935; }

 p { color: rgb(187,89,53); }

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

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

 a { background-color: rgb(187,89,53); }

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

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

 span { border-color: rgb(187,89,53); }

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