#BB615C

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

Shades of Sunglo #BB615C

Tints of Sunglo #BB615C

Color information

#BB615C (or 0xBB615C) is unknown color: approx Sunglo. HEX triplet: BB, 61 and 5C. RGB value is (187,97,92). Sum of RGB (Red+Green+Blue) = 187+97+92=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB615C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB615C is #449EA3. Grayscale: #7B7B7B. Windows color (decimal): -4497060 or 6054331. OLE color: 6054331.

HSL color Cylindrical-coordinate representation of color #BB615C: hue angle of 3.16º 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 #BB615C is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1879792-
CMYK00.480.510.27
HSL3.16º41.13%54.71%-
HSV(B)3.16º50.8%73.33%-
XYZ26.719.8912.56-
YUV123.34110.32173.41-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 97 (38.28% from 255) = 25.80%
BLUE value IS 92 (36.33% from 255) = 24.47%
R=49.73%
G=25.80%
B=24.47%

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
Decimal187979200.480.510.273.1641.1354.71
HexBB615C030331B32937
Octal273141134060633335167
Binary101110111100001101110001100001100111101111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB615C; }

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

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

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

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

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

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

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

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