Html Css Color HEX #B95D6C Blush

📋 copy color: '#B95D6C'

red 185 ◦ green 93 ◦ blue 108

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

Shades of Blush #B95D6C

Tints of Blush #B95D6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.98%

R = 47.93%
G = 24.09%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#B95D6C (or 0xB95D6C) is known color: Blush. HEX triplet: B9, 5D and 6C. RGB value is (185,93,108). Sum of RGB (Red+Green+Blue) = 185+93+108=386 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.93% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D6C is #46A293. Grayscale: #7A7A7A. Windows color (decimal): -4629140 or 7101881. OLE color: 7101881.

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

Color convert

RGB 185 93 108 -
CMYK 0 0.50 0.42 0.27
HSL 350.22º 0.4% 0.55% -
HSV(B) 350.22º 0.5% 0.73% -
XYZ 26.63 19.23 16.49 -
YUV 122.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 185 93 108 0 0.50 0.42 0.27 350.22 0.4 0.55
Hex B9 5D 6C 0 32 2A 1B 15E 28 37
Octal 271 135 154 0 62 52 33 536 50 67
Binary 10111001 1011101 1101100 0 110010 101010 11011 101011110 101000 110111

Color Harmonies of #B95D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D6C

Black with #B95D6C

Text Example


Text Example

White with #B95D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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