Html Css Color HEX #B95D75 Blush

📋 copy color: '#B95D75'

red 185 ◦ green 93 ◦ blue 117

#B95D75
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #B95D75

Tints of Blush #B95D75

RGB

 RED value IS 185 (72.66% from 255) = 46.84%

 GREEN value IS 93 (36.72% from 255) = 23.54%

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 46.84%
G = 23.54%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B95D75 (or 0xB95D75) is known color: Blush. HEX triplet: B9, 5D and 75. RGB value is (185,93,117). Sum of RGB (Red+Green+Blue) = 185+93+117=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D75 is #46A28A. Grayscale: #7B7B7B. Windows color (decimal): -4629131 or 7691705. OLE color: 7691705.

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

Color convert

RGB 185 93 117 -
CMYK 0 0.50 0.37 0.27
HSL 344.35º 0.4% 0.55% -
HSV(B) 344.35º 0.5% 0.73% -
XYZ 27.13 19.43 19.15 -
YUV 123.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 185 93 117 0 0.50 0.37 0.27 344.35 0.4 0.55
Hex B9 5D 75 0 32 25 1B 158 28 37
Octal 271 135 165 0 62 45 33 530 50 67
Binary 10111001 1011101 1110101 0 110010 100101 11011 101011000 101000 110111

Color Harmonies of #B95D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D75

Black with #B95D75

Text Example


Text Example

White with #B95D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D75; }

 p { color: rgb(185,93,117); }

 H1.HeaderClassName
 {
   color: #B95D75;
 }
 .AnyTagClassName
 {
   color: #B95D75;
 }
</style>

background-color css

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

 a { background-color: rgb(185,93,117); }

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

border-color css

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

 span { border-color: rgb(185,93,117); }

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