#B66072

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

Shades of Blush #B66072

Tints of Blush #B66072

Color information

#B66072 (or 0xB66072) is unknown color: approx Blush. HEX triplet: B6, 60 and 72. RGB value is (182,96,114). Sum of RGB (Red+Green+Blue) = 182+96+114=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 114 (44.92% from 255 or 29.08% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B66072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66072 is #499F8D. Grayscale: #7B7B7B. Windows color (decimal): -4824974 or 7495862. OLE color: 7495862.

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

Color convert

RGB18296114-
CMYK00.470.370.29
HSL347.44º37.07%54.51%-
HSV(B)347.44º47.25%71.37%-
XYZ26.5119.5318.29-
YUV123.77122.49169.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 114 (44.92% from 255) = 29.08%
R=46.43%
G=24.49%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829611400.470.370.29347.4437.0754.51
HexB6607202F251D15b2537
Octal26614016205745355334567
Binary1011011011000001110010010111110010111101101011011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66072; }

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

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

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

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

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

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

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

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