#B65461

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

Shades of Blush #B65461

Tints of Blush #B65461

Color information

#B65461 (or 0xB65461) is unknown color: approx Blush. HEX triplet: B6, 54 and 61. RGB value is (182,84,97). Sum of RGB (Red+Green+Blue) = 182+84+97=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B65461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65461 is #49AB9E. Grayscale: #727272. Windows color (decimal): -4828063 or 6378678. OLE color: 6378678.

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

Color convert

RGB1828497-
CMYK00.540.470.29
HSL352.04º40.16%52.16%-
HSV(B)352.04º53.85%71.37%-
XYZ24.6217.1513.32-
YUV114.78117.97175.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 50.14%
GREEN value IS 84 (33.20% from 255) = 23.14%
BLUE value IS 97 (38.28% from 255) = 26.72%
R=50.14%
G=23.14%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182849700.540.470.29352.0440.1652.16
HexB654610362F1D1602834
Octal26612414106657355405064
Binary1011011010101001100001011011010111111101101100000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65461; }

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

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

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

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

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

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

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

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