#B95C61

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

Shades of Blush #B95C61

Tints of Blush #B95C61

Color information

#B95C61 (or 0xB95C61) is unknown color: approx Blush. HEX triplet: B9, 5C and 61. RGB value is (185,92,97). Sum of RGB (Red+Green+Blue) = 185+92+97=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C61 is #46A39E. Grayscale: #787878. Windows color (decimal): -4629407 or 6380729. OLE color: 6380729.

HSL color Cylindrical-coordinate representation of color #B95C61: hue angle of 356.77º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95C61 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1859297-
CMYK00.500.480.27
HSL356.77º39.91%54.31%-
HSV(B)356.77º50.27%72.55%-
XYZ25.9918.8313.57-
YUV120.38114.81174.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.47%
GREEN value IS 92 (36.33% from 255) = 24.60%
BLUE value IS 97 (38.28% from 255) = 25.94%
R=49.47%
G=24.60%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185929700.500.480.27356.7739.9154.31
HexB95C61032301B1652836
Octal27113414106260335455066
Binary1011100110111001100001011001011000011011101100101101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C61; }

 p { color: rgb(185,92,97); }

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

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

 a { background-color: rgb(185,92,97); }

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

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

 span { border-color: rgb(185,92,97); }

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