#BB6959

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

Shades of Sunglo #BB6959

Tints of Sunglo #BB6959

Color information

#BB6959 (or 0xBB6959) is unknown color: approx Sunglo. HEX triplet: BB, 69 and 59. RGB value is (187,105,89). Sum of RGB (Red+Green+Blue) = 187+105+89=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6959 is #4496A6. Grayscale: #7F7F7F. Windows color (decimal): -4495015 or 5859771. OLE color: 5859771.

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

Color convert

RGB18710589-
CMYK00.440.520.27
HSL9.8º41.88%54.12%-
HSV(B)9.8º52.41%73.33%-
XYZ27.3521.3912.14-
YUV127.69106.17170.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 89 (35.16% from 255) = 23.36%
R=49.08%
G=27.56%
B=23.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871058900.440.520.279.841.8854.12
HexBB695902C341Ba2a36
Octal2731511310546433125266
Binary10111011110100110110010101100110100110111010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6959; }

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

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

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

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

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

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

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

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