Html Css Color HEX #B95C64 Blush

📋 copy color: '#B95C64'

red 185 ◦ green 92 ◦ blue 100

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

Shades of Blush #B95C64

Tints of Blush #B95C64

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.4%

 BLUE value IS 100 (39.45% from 255) = 26.53%

R = 49.07%
G = 24.4%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B95C64 (or 0xB95C64) is known color: Blush. HEX triplet: B9, 5C and 64. RGB value is (185,92,100). Sum of RGB (Red+Green+Blue) = 185+92+100=377 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.07% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 185 - color contains mainly: red. Hex color #B95C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95C64 is #46A39B. Grayscale: #787878. Windows color (decimal): -4629404 or 6577337. OLE color: 6577337.

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

Color convert

RGB 185 92 100 -
CMYK 0 0.50 0.46 0.27
HSL 354.84º 0.4% 0.54% -
HSV(B) 354.84º 0.5% 0.73% -
XYZ 26.13 18.89 14.33 -
YUV 120.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 185 92 100 0 0.50 0.46 0.27 354.84 0.4 0.54
Hex B9 5C 64 0 32 2E 1B 163 28 36
Octal 271 134 144 0 62 56 33 543 50 66
Binary 10111001 1011100 1100100 0 110010 101110 11011 101100011 101000 110110

Color Harmonies of #B95C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95C64

Black with #B95C64

Text Example


Text Example

White with #B95C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95C64; }

 p { color: rgb(185,92,100); }

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

background-color css

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

 a { background-color: rgb(185,92,100); }

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

border-color css

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

 span { border-color: rgb(185,92,100); }

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