Html Css Color HEX #B95465 Blush

📋 copy color: '#B95465'

red 185 ◦ green 84 ◦ blue 101

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

Shades of Blush #B95465

Tints of Blush #B95465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

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

R = 50%
G = 22.7%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#B95465 (or 0xB95465) is known color: Blush. HEX triplet: B9, 54 and 65. RGB value is (185,84,101). Sum of RGB (Red+Green+Blue) = 185+84+101=370 (49% of max value = 765). Red value is 185 (72.66% from 255 or 50% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 185 - color contains mainly: red. Hex color #B95465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95465 is #46AB9A. Grayscale: #747474. Windows color (decimal): -4631451 or 6640825. OLE color: 6640825.

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

Color convert

RGB 185 84 101 -
CMYK 0 0.55 0.45 0.27
HSL 349.9º 0.42% 0.53% -
HSV(B) 349.9º 0.55% 0.73% -
XYZ 25.53 17.59 14.36 -
YUV 116.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 185 84 101 0 0.55 0.45 0.27 349.9 0.42 0.53
Hex B9 54 65 0 37 2D 1B 15E 2A 35
Octal 271 124 145 0 67 55 33 536 52 65
Binary 10111001 1010100 1100101 0 110111 101101 11011 101011110 101010 110101

Color Harmonies of #B95465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95465

Black with #B95465

Text Example


Text Example

White with #B95465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95465; }

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

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

background-color css

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

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

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

border-color css

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

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

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