Html Css Color HEX #B95D66 Blush

📋 copy color: '#B95D66'

red 185 ◦ green 93 ◦ blue 102

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

Shades of Blush #B95D66

Tints of Blush #B95D66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.84%

R = 48.68%
G = 24.47%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B95D66 (or 0xB95D66) is known color: Blush. HEX triplet: B9, 5D and 66. RGB value is (185,93,102). Sum of RGB (Red+Green+Blue) = 185+93+102=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D66 is #46A299. Grayscale: #797979. Windows color (decimal): -4629146 or 6708665. OLE color: 6708665.

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

Color convert

RGB 185 93 102 -
CMYK 0 0.50 0.45 0.27
HSL 354.13º 0.4% 0.55% -
HSV(B) 354.13º 0.5% 0.73% -
XYZ 26.32 19.1 14.87 -
YUV 121.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 185 93 102 0 0.50 0.45 0.27 354.13 0.4 0.55
Hex B9 5D 66 0 32 2D 1B 162 28 37
Octal 271 135 146 0 62 55 33 542 50 67
Binary 10111001 1011101 1100110 0 110010 101101 11011 101100010 101000 110111

Color Harmonies of #B95D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D66

Black with #B95D66

Text Example


Text Example

White with #B95D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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