#BB615B

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

Shades of Sunglo #BB615B

Tints of Sunglo #BB615B

Color information

#BB615B (or 0xBB615B) is unknown color: approx Sunglo. HEX triplet: BB, 61 and 5B. RGB value is (187,97,91). Sum of RGB (Red+Green+Blue) = 187+97+91=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB615B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB615B is #449EA4. Grayscale: #7B7B7B. Windows color (decimal): -4497061 or 5988795. OLE color: 5988795.

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

Color convert

RGB1879791-
CMYK00.480.510.27
HSL3.75º41.38%54.51%-
HSV(B)3.75º51.34%73.33%-
XYZ26.6619.8712.33-
YUV123.23109.82173.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=49.87%
G=25.87%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187979100.480.510.273.7541.3854.51
HexBB615B030331B42937
Octal273141133060633345167
Binary1011101111000011011011011000011001111011100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB615B; }

 p { color: rgb(187,97,91); }

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

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

 a { background-color: rgb(187,97,91); }

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

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

 span { border-color: rgb(187,97,91); }

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