Html Css Color HEX #B14764 Blush

📋 copy color: '#B14764'

red 177 ◦ green 71 ◦ blue 100

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

Shades of Blush #B14764

Tints of Blush #B14764

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

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

R = 50.86%
G = 20.4%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B14764 (or 0xB14764) is known color: Blush. HEX triplet: B1, 47 and 64. RGB value is (177,71,100). Sum of RGB (Red+Green+Blue) = 177+71+100=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B14764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14764 is #4EB89B. Grayscale: #696969. Windows color (decimal): -5159068 or 6571953. OLE color: 6571953.

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

Color convert

RGB 177 71 100 -
CMYK 0 0.60 0.44 0.31
HSL 343.58º 0.43% 0.49% -
HSV(B) 343.58º 0.6% 0.69% -
XYZ 22.68 14.77 13.71 -
YUV 106 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 177 71 100 0 0.60 0.44 0.31 343.58 0.43 0.49
Hex B1 47 64 0 3C 2C 1F 158 2B 31
Octal 261 107 144 0 74 54 37 530 53 61
Binary 10110001 1000111 1100100 0 111100 101100 11111 101011000 101011 110001

Color Harmonies of #B14764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14764

Black with #B14764

Text Example


Text Example

White with #B14764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14764; }

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

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

background-color css

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

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

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

border-color css

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

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

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