#B66175

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

Shades of Blush #B66175

Tints of Blush #B66175

Color information

#B66175 (or 0xB66175) is unknown color: approx Blush. HEX triplet: B6, 61 and 75. RGB value is (182,97,117). Sum of RGB (Red+Green+Blue) = 182+97+117=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B66175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66175 is #499E8A. Grayscale: #7C7C7C. Windows color (decimal): -4824715 or 7692726. OLE color: 7692726.

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

Color convert

RGB18297117-
CMYK00.470.360.29
HSL345.88º36.8%54.71%-
HSV(B)345.88º46.7%71.37%-
XYZ26.7819.7819.24-
YUV124.7123.66168.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 117 (46.09% from 255) = 29.55%
R=45.96%
G=24.49%
B=29.55%

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
Decimal1829711700.470.360.29345.8836.854.71
HexB6617502F241D15a2537
Octal26614116505744355324567
Binary1011011011000011110101010111110010011101101011010100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66175; }

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

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

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

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

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

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

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

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