Html Css Color HEX #B95065 Blush

📋 copy color: '#B95065'

red 185 ◦ green 80 ◦ blue 101

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

Shades of Blush #B95065

Tints of Blush #B95065

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

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

R = 50.55%
G = 21.86%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B95065 (or 0xB95065) is known color: Blush. HEX triplet: B9, 50 and 65. RGB value is (185,80,101). Sum of RGB (Red+Green+Blue) = 185+80+101=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B95065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95065 is #46AF9A. Grayscale: #717171. Windows color (decimal): -4632475 or 6639801. OLE color: 6639801.

HSL color Cylindrical-coordinate representation of color #B95065: hue angle of 348º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B95065 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 101 -
CMYK 0 0.57 0.45 0.27
HSL 348º 0.43% 0.52% -
HSV(B) 348º 0.57% 0.73% -
XYZ 25.23 16.99 14.26 -
YUV 113.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 185 80 101 0 0.57 0.45 0.27 348 0.43 0.52
Hex B9 50 65 0 39 2D 1B 15C 2B 34
Octal 271 120 145 0 71 55 33 534 53 64
Binary 10111001 1010000 1100101 0 111001 101101 11011 101011100 101011 110100

Color Harmonies of #B95065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95065

Black with #B95065

Text Example


Text Example

White with #B95065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95065; }

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

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

background-color css

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

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

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

border-color css

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

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

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