#B64C5E

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

Shades of Blush #B64C5E

Tints of Blush #B64C5E

Color information

#B64C5E (or 0xB64C5E) is unknown color: approx Blush. HEX triplet: B6, 4C and 5E. RGB value is (182,76,94). Sum of RGB (Red+Green+Blue) = 182+76+94=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64C5E is #49B3A1. Grayscale: #6D6D6D. Windows color (decimal): -4830114 or 6180022. OLE color: 6180022.

HSL color Cylindrical-coordinate representation of color #B64C5E: hue angle of 349.81º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B64C5E is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB1827694-
CMYK00.580.480.29
HSL349.81º42.06%50.59%-
HSV(B)349.81º58.24%71.37%-
XYZ23.915.9212.4-
YUV109.75119.12179.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.70%
GREEN value IS 76 (30.08% from 255) = 21.59%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=51.70%
G=21.59%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182769400.580.480.29349.8142.0650.59
HexB64C5E03A301D15e2a33
Octal26611413607260355365263
Binary1011011010011001011110011101011000011101101011110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C5E; }

 p { color: rgb(182,76,94); }

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

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

 a { background-color: rgb(182,76,94); }

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

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

 span { border-color: rgb(182,76,94); }

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