#BB683C

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

Shades of Smoke Tree #BB683C

Tints of Smoke Tree #BB683C

Color information

#BB683C (or 0xBB683C) is unknown color: approx Smoke Tree. HEX triplet: BB, 68 and 3C. RGB value is (187,104,60). Sum of RGB (Red+Green+Blue) = 187+104+60=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB683C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB683C is #4497C3. Grayscale: #7C7C7C. Windows color (decimal): -4495300 or 3958971. OLE color: 3958971.

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

Color convert

RGB18710460-
CMYK00.440.680.27
HSL20.79º51.42%48.43%-
HSV(B)20.79º67.91%73.33%-
XYZ26.2620.796.9-
YUV123.892173.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 60 (23.83% from 255) = 17.09%
R=53.28%
G=29.63%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871046000.440.680.2720.7951.4248.43
HexBB683C02C441B153330
Octal2731507405410433256360
Binary101110111101000111100010110010001001101110101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB683C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB683C; }

 p { color: rgb(187,104,60); }

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

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

 a { background-color: rgb(187,104,60); }

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

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

 span { border-color: rgb(187,104,60); }

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