#BB6359

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

Shades of Sunglo #BB6359

Tints of Sunglo #BB6359

Color information

#BB6359 (or 0xBB6359) is unknown color: approx Sunglo. HEX triplet: BB, 63 and 59. RGB value is (187,99,89). Sum of RGB (Red+Green+Blue) = 187+99+89=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 89 (35.16% from 255 or 23.73% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6359 is #449CA6. Grayscale: #7C7C7C. Windows color (decimal): -4496551 or 5858235. OLE color: 5858235.

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

Color convert

RGB1879989-
CMYK00.470.520.27
HSL6.12º41.88%54.12%-
HSV(B)6.12º52.41%73.33%-
XYZ26.7620.2111.94-
YUV124.17108.15172.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.87%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 89 (35.16% from 255) = 23.73%
R=49.87%
G=26.4%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187998900.470.520.276.1241.8854.12
HexBB635902F341B62a36
Octal273143131057643365266
Binary1011101111000111011001010111111010011011110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6359; }

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

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

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

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

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

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

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

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