#BB6253

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

Shades of Sunglo #BB6253

Tints of Sunglo #BB6253

Color information

#BB6253 (or 0xBB6253) is unknown color: approx Sunglo. HEX triplet: BB, 62 and 53. RGB value is (187,98,83). Sum of RGB (Red+Green+Blue) = 187+98+83=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 83 (32.81% from 255 or 22.55% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6253 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6253 is #449DAC. Grayscale: #7B7B7B. Windows color (decimal): -4496813 or 5464763. OLE color: 5464763.

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

Color convert

RGB1879883-
CMYK00.480.560.27
HSL8.65º43.33%52.94%-
HSV(B)8.65º55.61%73.33%-
XYZ26.4219.9210.64-
YUV122.9105.49173.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 83 (32.81% from 255) = 22.55%
R=50.82%
G=26.63%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187988300.480.560.278.6543.3352.94
HexBB6253030381B92b35
Octal2731421230607033115365
Binary10111011110001010100110110000111000110111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6253; }

 p { color: rgb(187,98,83); }

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

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

 a { background-color: rgb(187,98,83); }

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

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

 span { border-color: rgb(187,98,83); }

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