Html Css Color HEX #B14964 Blush

📋 copy color: '#B14964'

red 177 ◦ green 73 ◦ blue 100

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

Shades of Blush #B14964

Tints of Blush #B14964

RGB

 RED value IS 177 (69.53% from 255) = 50.57%

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

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 50.57%
G = 20.86%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B14964 (or 0xB14964) is known color: Blush. HEX triplet: B1, 49 and 64. RGB value is (177,73,100). Sum of RGB (Red+Green+Blue) = 177+73+100=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B14964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14964 is #4EB69B. Grayscale: #6B6B6B. Windows color (decimal): -5158556 or 6572465. OLE color: 6572465.

HSL color Cylindrical-coordinate representation of color #B14964: hue angle of 344.42º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14964 is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 100 -
CMYK 0 0.59 0.44 0.31
HSL 344.42º 0.42% 0.49% -
HSV(B) 344.42º 0.59% 0.69% -
XYZ 22.81 15.03 13.76 -
YUV 107.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 177 73 100 0 0.59 0.44 0.31 344.42 0.42 0.49
Hex B1 49 64 0 3B 2C 1F 158 2A 31
Octal 261 111 144 0 73 54 37 530 52 61
Binary 10110001 1001001 1100100 0 111011 101100 11111 101011000 101010 110001

Color Harmonies of #B14964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14964

Black with #B14964

Text Example


Text Example

White with #B14964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14964; }

 p { color: rgb(177,73,100); }

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

background-color css

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

 a { background-color: rgb(177,73,100); }

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

border-color css

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

 span { border-color: rgb(177,73,100); }

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