Html Css Color HEX #B14D64 Blush

📋 copy color: '#B14D64'

red 177 ◦ green 77 ◦ blue 100

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

Shades of Blush #B14D64

Tints of Blush #B14D64

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

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

R = 50%
G = 21.75%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B14D64 (or 0xB14D64) is known color: Blush. HEX triplet: B1, 4D and 64. RGB value is (177,77,100). Sum of RGB (Red+Green+Blue) = 177+77+100=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D64 is #4EB29B. Grayscale: #6D6D6D. Windows color (decimal): -5157532 or 6573489. OLE color: 6573489.

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

Color convert

RGB 177 77 100 -
CMYK 0 0.56 0.44 0.31
HSL 346.2º 0.39% 0.5% -
HSV(B) 346.2º 0.56% 0.69% -
XYZ 23.09 15.57 13.85 -
YUV 109.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 177 77 100 0 0.56 0.44 0.31 346.2 0.39 0.5
Hex B1 4D 64 0 38 2C 1F 15A 27 32
Octal 261 115 144 0 70 54 37 532 47 62
Binary 10110001 1001101 1100100 0 111000 101100 11111 101011010 100111 110010

Color Harmonies of #B14D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D64

Black with #B14D64

Text Example


Text Example

White with #B14D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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