Html Css Color HEX #B95F6D Blush

📋 copy color: '#B95F6D'

red 185 ◦ green 95 ◦ blue 109

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

Shades of Blush #B95F6D

Tints of Blush #B95F6D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 109 (42.97% from 255) = 28.02%

R = 47.56%
G = 24.42%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#B95F6D (or 0xB95F6D) is known color: Blush. HEX triplet: B9, 5F and 6D. RGB value is (185,95,109). Sum of RGB (Red+Green+Blue) = 185+95+109=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95F6D is #46A092. Grayscale: #7B7B7B. Windows color (decimal): -4628627 or 7167929. OLE color: 7167929.

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

Color convert

RGB 185 95 109 -
CMYK 0 0.49 0.41 0.27
HSL 350.67º 0.39% 0.55% -
HSV(B) 350.67º 0.49% 0.73% -
XYZ 26.86 19.6 16.84 -
YUV 123.51 119.82 171.86 -
System Red Green Blue C M Y K H S L
Decimal 185 95 109 0 0.49 0.41 0.27 350.67 0.39 0.55
Hex B9 5F 6D 0 31 29 1B 15F 27 37
Octal 271 137 155 0 61 51 33 537 47 67
Binary 10111001 1011111 1101101 0 110001 101001 11011 101011111 100111 110111

Color Harmonies of #B95F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95F6D

Black with #B95F6D

Text Example


Text Example

White with #B95F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95F6D; }

 p { color: rgb(185,95,109); }

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

background-color css

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

 a { background-color: rgb(185,95,109); }

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

border-color css

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

 span { border-color: rgb(185,95,109); }

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