#B95C69

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

Shades of Blush #B95C69

Tints of Blush #B95C69

Color information

#B95C69 (or 0xB95C69) is unknown color: approx Blush. HEX triplet: B9, 5C and 69. RGB value is (185,92,105). Sum of RGB (Red+Green+Blue) = 185+92+105=382 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.43% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C69 is #46A396. Grayscale: #797979. Windows color (decimal): -4629399 or 6905017. OLE color: 6905017.

HSL color Cylindrical-coordinate representation of color #B95C69: hue angle of 351.61º 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 #B95C69 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18592105-
CMYK00.500.430.27
HSL351.61º39.91%54.31%-
HSV(B)351.61º50.27%72.55%-
XYZ26.3818.9915.64-
YUV121.29118.81173.44-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.43%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=48.43%
G=24.08%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859210500.500.430.27351.6139.9154.31
HexB95C690322B1B1602836
Octal27113415106253335405066
Binary1011100110111001101001011001010101111011101100000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95C69; }

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

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

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

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

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

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

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

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