#BB5A35

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

Shades of Smoke Tree #BB5A35

Tints of Smoke Tree #BB5A35

Color information

#BB5A35 (or 0xBB5A35) is unknown color: approx Smoke Tree. HEX triplet: BB, 5A and 35. RGB value is (187,90,53). Sum of RGB (Red+Green+Blue) = 187+90+53=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A35 is #44A5CA. Grayscale: #737373. Windows color (decimal): -4498891 or 3496635. OLE color: 3496635.

HSL color Cylindrical-coordinate representation of color #BB5A35: hue angle of 16.57º 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 #BB5A35 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1879053-
CMYK00.520.720.27
HSL16.57º55.83%47.06%-
HSV(B)16.57º71.66%73.33%-
XYZ24.7918.135.56-
YUV114.7893.14179.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.67%
GREEN value IS 90 (35.55% from 255) = 27.27%
BLUE value IS 53 (21.09% from 255) = 16.06%
R=56.67%
G=27.27%
B=16.06%

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
Decimal187905300.520.720.2716.5755.8347.06
HexBB5A35034481B11382f
Octal2731326506411033217057
Binary101110111011010110101011010010010001101110001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5A35; }

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

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

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

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

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

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

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

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