Html Css Color HEX #B94963 Blush

📋 copy color: '#B94963'

red 185 ◦ green 73 ◦ blue 99

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

Shades of Blush #B94963

Tints of Blush #B94963

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.45%

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 51.82%
G = 20.45%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B94963 (or 0xB94963) is known color: Blush. HEX triplet: B9, 49 and 63. RGB value is (185,73,99). Sum of RGB (Red+Green+Blue) = 185+73+99=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B94963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94963 is #46B69C. Grayscale: #6D6D6D. Windows color (decimal): -4634269 or 6506937. OLE color: 6506937.

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

Color convert

RGB 185 73 99 -
CMYK 0 0.61 0.46 0.27
HSL 346.07º 0.44% 0.51% -
HSV(B) 346.07º 0.61% 0.73% -
XYZ 24.64 15.98 13.59 -
YUV 109.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 185 73 99 0 0.61 0.46 0.27 346.07 0.44 0.51
Hex B9 49 63 0 3D 2E 1B 15A 2C 33
Octal 271 111 143 0 75 56 33 532 54 63
Binary 10111001 1001001 1100011 0 111101 101110 11011 101011010 101100 110011

Color Harmonies of #B94963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94963

Black with #B94963

Text Example


Text Example

White with #B94963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94963; }

 p { color: rgb(185,73,99); }

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

background-color css

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

 a { background-color: rgb(185,73,99); }

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

border-color css

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

 span { border-color: rgb(185,73,99); }

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