Html Css Color HEX #B95D65 Blush

📋 copy color: '#B95D65'

red 185 ◦ green 93 ◦ blue 101

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

Shades of Blush #B95D65

Tints of Blush #B95D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.65%

R = 48.81%
G = 24.54%
B = 26.65%

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

#B95D65 (or 0xB95D65) is known color: Blush. HEX triplet: B9, 5D and 65. RGB value is (185,93,101). Sum of RGB (Red+Green+Blue) = 185+93+101=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95D65 is #46A29A. Grayscale: #797979. Windows color (decimal): -4629147 or 6643129. OLE color: 6643129.

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

Color convert

RGB 185 93 101 -
CMYK 0 0.50 0.45 0.27
HSL 354.78º 0.4% 0.55% -
HSV(B) 354.78º 0.5% 0.73% -
XYZ 26.27 19.08 14.61 -
YUV 121.42 116.48 173.35 -
System Red Green Blue C M Y K H S L
Decimal 185 93 101 0 0.50 0.45 0.27 354.78 0.4 0.55
Hex B9 5D 65 0 32 2D 1B 163 28 37
Octal 271 135 145 0 62 55 33 543 50 67
Binary 10111001 1011101 1100101 0 110010 101101 11011 101100011 101000 110111

Color Harmonies of #B95D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95D65

Black with #B95D65

Text Example


Text Example

White with #B95D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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