Html Css Color HEX #B95E61 Blush

📋 copy color: '#B95E61'

red 185 ◦ green 94 ◦ blue 97

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

Shades of Blush #B95E61

Tints of Blush #B95E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25%

 BLUE value IS 97 (38.28% from 255) = 25.8%

R = 49.2%
G = 25%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B95E61 (or 0xB95E61) is known color: Blush. HEX triplet: B9, 5E and 61. RGB value is (185,94,97). Sum of RGB (Red+Green+Blue) = 185+94+97=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E61 is #46A19E. Grayscale: #797979. Windows color (decimal): -4628895 or 6381241. OLE color: 6381241.

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

Color convert

RGB 185 94 97 -
CMYK 0 0.49 0.48 0.27
HSL 358.02º 0.39% 0.55% -
HSV(B) 358.02º 0.49% 0.73% -
XYZ 26.17 19.18 13.63 -
YUV 121.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 185 94 97 0 0.49 0.48 0.27 358.02 0.39 0.55
Hex B9 5E 61 0 31 30 1B 166 27 37
Octal 271 136 141 0 61 60 33 546 47 67
Binary 10111001 1011110 1100001 0 110001 110000 11011 101100110 100111 110111

Color Harmonies of #B95E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95E61

Black with #B95E61

Text Example


Text Example

White with #B95E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95E61; }

 p { color: rgb(185,94,97); }

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

background-color css

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

 a { background-color: rgb(185,94,97); }

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

border-color css

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

 span { border-color: rgb(185,94,97); }

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