#B95967

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

Shades of Blush #B95967

Tints of Blush #B95967

Color information

#B95967 (or 0xB95967) is unknown color: approx Blush. HEX triplet: B9, 59 and 67. RGB value is (185,89,103). Sum of RGB (Red+Green+Blue) = 185+89+103=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B95967 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95967 is #46A698. Grayscale: #777777. Windows color (decimal): -4630169 or 6773177. OLE color: 6773177.

HSL color Cylindrical-coordinate representation of color #B95967: hue angle of 351.25º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B95967 is Cyan = 0, Magento = 0.52, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB18589103-
CMYK00.520.440.27
HSL351.25º40.68%53.73%-
HSV(B)351.25º51.89%72.55%-
XYZ26.0318.4415.02-
YUV119.3118.8174.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.07%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 103 (40.62% from 255) = 27.32%
R=49.07%
G=23.61%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858910300.520.440.27351.2540.6853.73
HexB959670342C1B15f2936
Octal27113114706454335375166
Binary1011100110110011100111011010010110011011101011111101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95967; }

 p { color: rgb(185,89,103); }

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

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

 a { background-color: rgb(185,89,103); }

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

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

 span { border-color: rgb(185,89,103); }

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