#BB603A

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

Shades of Smoke Tree #BB603A

Tints of Smoke Tree #BB603A

Color information

#BB603A (or 0xBB603A) is unknown color: approx Smoke Tree. HEX triplet: BB, 60 and 3A. RGB value is (187,96,58). Sum of RGB (Red+Green+Blue) = 187+96+58=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB603A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB603A is #449FC5. Grayscale: #777777. Windows color (decimal): -4497350 or 3825851. OLE color: 3825851.

HSL color Cylindrical-coordinate representation of color #BB603A: hue angle of 17.67º degrees, saturation: 0.53, 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 #BB603A is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB1879658-
CMYK00.490.690.27
HSL17.67º52.65%48.04%-
HSV(B)17.67º68.98%73.33%-
XYZ25.4419.246.38-
YUV118.8893.65176.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=54.84%
G=28.15%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.69
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187965800.490.690.2717.6752.6548.04
HexBB603A031451B123530
Octal2731407206110533226560
Binary101110111100000111010011000110001011101110010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB603A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB603A; }

 p { color: rgb(187,96,58); }

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

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

 a { background-color: rgb(187,96,58); }

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

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

 span { border-color: rgb(187,96,58); }

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