Html Css Color HEX #B94461 Blush

📋 copy color: '#B94461'

red 185 ◦ green 68 ◦ blue 97

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

Shades of Blush #B94461

Tints of Blush #B94461

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

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

R = 52.86%
G = 19.43%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B94461 (or 0xB94461) is known color: Blush. HEX triplet: B9, 44 and 61. RGB value is (185,68,97). Sum of RGB (Red+Green+Blue) = 185+68+97=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B94461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94461 is #46BB9E. Grayscale: #6A6A6A. Windows color (decimal): -4635551 or 6374585. OLE color: 6374585.

HSL color Cylindrical-coordinate representation of color #B94461: hue angle of 345.13º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B94461 is Cyan = 0, Magento = 0.63, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 68 97 -
CMYK 0 0.63 0.48 0.27
HSL 345.13º 0.46% 0.5% -
HSV(B) 345.13º 0.63% 0.73% -
XYZ 24.23 15.31 12.99 -
YUV 106.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 185 68 97 0 0.63 0.48 0.27 345.13 0.46 0.5
Hex B9 44 61 0 3F 30 1B 159 2E 32
Octal 271 104 141 0 77 60 33 531 56 62
Binary 10111001 1000100 1100001 0 111111 110000 11011 101011001 101110 110010

Color Harmonies of #B94461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94461

Black with #B94461

Text Example


Text Example

White with #B94461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94461; }

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

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

background-color css

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

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

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

border-color css

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

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

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