#B66075

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

Shades of Blush #B66075

Tints of Blush #B66075

Color information

#B66075 (or 0xB66075) is unknown color: approx Blush. HEX triplet: B6, 60 and 75. RGB value is (182,96,117). Sum of RGB (Red+Green+Blue) = 182+96+117=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B66075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66075 is #499F8A. Grayscale: #7C7C7C. Windows color (decimal): -4824971 or 7692470. OLE color: 7692470.

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

Color convert

RGB18296117-
CMYK00.470.360.29
HSL345.35º37.07%54.51%-
HSV(B)345.35º47.25%71.37%-
XYZ26.6919.619.21-
YUV124.11123.99169.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 96 (37.89% from 255) = 24.30%
BLUE value IS 117 (46.09% from 255) = 29.62%
R=46.08%
G=24.30%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829611700.470.360.29345.3537.0754.51
HexB6607502F241D1592537
Octal26614016505744355314567
Binary1011011011000001110101010111110010011101101011001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66075; }

 p { color: rgb(182,96,117); }

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

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

 a { background-color: rgb(182,96,117); }

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

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

 span { border-color: rgb(182,96,117); }

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