#B66263

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

Shades of Blush #B66263

Tints of Blush #B66263

Color information

#B66263 (or 0xB66263) is unknown color: approx Blush. HEX triplet: B6, 62 and 63. RGB value is (182,98,99). Sum of RGB (Red+Green+Blue) = 182+98+99=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B66263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66263 is #499D9C. Grayscale: #7B7B7B. Windows color (decimal): -4824477 or 6513334. OLE color: 6513334.

HSL color Cylindrical-coordinate representation of color #B66263: hue angle of 359.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66263 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB1829899-
CMYK00.460.460.29
HSL359.29º36.52%54.9%-
HSV(B)359.29º46.15%71.37%-
XYZ25.9119.5814.22-
YUV123.23114.33169.92-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 99 (39.06% from 255) = 26.12%
R=48.02%
G=25.86%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182989900.460.460.29359.2936.5254.9
HexB6626302E2E1D1672537
Octal26614214305656355474567
Binary1011011011000101100011010111010111011101101100111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66263; }

 p { color: rgb(182,98,99); }

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

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

 a { background-color: rgb(182,98,99); }

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

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

 span { border-color: rgb(182,98,99); }

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