#BB605D

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

Shades of Sunglo #BB605D

Tints of Sunglo #BB605D

Color information

#BB605D (or 0xBB605D) is unknown color: approx Sunglo. HEX triplet: BB, 60 and 5D. RGB value is (187,96,93). Sum of RGB (Red+Green+Blue) = 187+96+93=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB605D is #449FA2. Grayscale: #7A7A7A. Windows color (decimal): -4497315 or 6119611. OLE color: 6119611.

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

Color convert

RGB1879693-
CMYK00.490.500.27
HSL1.91º40.87%54.9%-
HSV(B)1.91º50.27%73.33%-
XYZ26.6519.7212.76-
YUV122.87111.15173.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 96 (37.89% from 255) = 25.53%
BLUE value IS 93 (36.72% from 255) = 24.73%
R=49.73%
G=25.53%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187969300.490.500.271.9140.8754.9
HexBB605D031321B22937
Octal273140135061623325167
Binary101110111100000101110101100011100101101110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB605D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB605D; }

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

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

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

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

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

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

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

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