Html Css Color HEX #B95466 Blush

📋 copy color: '#B95466'

red 185 ◦ green 84 ◦ blue 102

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

Shades of Blush #B95466

Tints of Blush #B95466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 49.87%
G = 22.64%
B = 27.49%

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

#B95466 (or 0xB95466) is known color: Blush. HEX triplet: B9, 54 and 66. RGB value is (185,84,102). Sum of RGB (Red+Green+Blue) = 185+84+102=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B95466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95466 is #46AB99. Grayscale: #747474. Windows color (decimal): -4631450 or 6706361. OLE color: 6706361.

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

Color convert

RGB 185 84 102 -
CMYK 0 0.55 0.45 0.27
HSL 349.31º 0.42% 0.53% -
HSV(B) 349.31º 0.55% 0.73% -
XYZ 25.58 17.61 14.62 -
YUV 116.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 185 84 102 0 0.55 0.45 0.27 349.31 0.42 0.53
Hex B9 54 66 0 37 2D 1B 15D 2A 35
Octal 271 124 146 0 67 55 33 535 52 65
Binary 10111001 1010100 1100110 0 110111 101101 11011 101011101 101010 110101

Color Harmonies of #B95466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95466

Black with #B95466

Text Example


Text Example

White with #B95466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95466; }

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

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

background-color css

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

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

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

border-color css

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

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

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