#BB6C57

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

Shades of Sunglo #BB6C57

Tints of Sunglo #BB6C57

Color information

#BB6C57 (or 0xBB6C57) is unknown color: approx Sunglo. HEX triplet: BB, 6C and 57. RGB value is (187,108,87). Sum of RGB (Red+Green+Blue) = 187+108+87=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C57 is #4493A8. Grayscale: #818181. Windows color (decimal): -4494249 or 5729467. OLE color: 5729467.

HSL color Cylindrical-coordinate representation of color #BB6C57: hue angle of 12.6º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BB6C57 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB18710887-
CMYK00.420.530.27
HSL12.6º42.37%53.73%-
HSV(B)12.6º53.48%73.33%-
XYZ27.5821.9811.81-
YUV129.23104.17169.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.95%
GREEN value IS 108 (42.58% from 255) = 28.27%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=48.95%
G=28.27%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871088700.420.530.2712.642.3753.73
HexBB6C5702A351Bd2a36
Octal2731541270526533155266
Binary10111011110110010101110101010110101110111101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6C57; }

 p { color: rgb(187,108,87); }

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

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

 a { background-color: rgb(187,108,87); }

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

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

 span { border-color: rgb(187,108,87); }

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