#B65B61

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

Shades of Blush #B65B61

Tints of Blush #B65B61

Color information

#B65B61 (or 0xB65B61) is unknown color: approx Blush. HEX triplet: B6, 5B and 61. RGB value is (182,91,97). Sum of RGB (Red+Green+Blue) = 182+91+97=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65B61 is #49A49E. Grayscale: #767676. Windows color (decimal): -4826271 or 6380470. OLE color: 6380470.

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

Color convert

RGB1829197-
CMYK00.50.470.29
HSL356.04º38.4%53.53%-
HSV(B)356.04º50%71.37%-
XYZ25.1918.2913.51-
YUV118.89115.65173.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.19%
GREEN value IS 91 (35.94% from 255) = 24.59%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=49.19%
G=24.59%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182919700.50.470.29356.0438.453.53
HexB65B610322F1D1642636
Octal26613314106257355444666
Binary1011011010110111100001011001010111111101101100100100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65B61; }

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

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

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

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

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

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

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

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