#BB615D

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

Shades of Sunglo #BB615D

Tints of Sunglo #BB615D

Color information

#BB615D (or 0xBB615D) is unknown color: approx Sunglo. HEX triplet: BB, 61 and 5D. RGB value is (187,97,93). Sum of RGB (Red+Green+Blue) = 187+97+93=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB615D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB615D is #449EA2. Grayscale: #7B7B7B. Windows color (decimal): -4497059 or 6119867. OLE color: 6119867.

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

Color convert

RGB1879793-
CMYK00.480.500.27
HSL2.55º40.87%54.9%-
HSV(B)2.55º50.27%73.33%-
XYZ26.7419.912.79-
YUV123.45110.82173.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 97 (38.28% from 255) = 25.73%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=49.60%
G=25.73%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187979300.480.500.272.5540.8754.9
HexBB615D030321B32937
Octal273141135060623335167
Binary101110111100001101110101100001100101101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB615D; }

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

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

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

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

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

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

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

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