Html Css Color HEX #B14D63 Blush

📋 copy color: '#B14D63'

red 177 ◦ green 77 ◦ blue 99

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

Shades of Blush #B14D63

Tints of Blush #B14D63

RGB

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

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

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

R = 50.14%
G = 21.81%
B = 28.05%

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

#B14D63 (or 0xB14D63) is known color: Blush. HEX triplet: B1, 4D and 63. RGB value is (177,77,99). Sum of RGB (Red+Green+Blue) = 177+77+99=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D63 is #4EB29C. Grayscale: #6D6D6D. Windows color (decimal): -5157533 or 6507953. OLE color: 6507953.

HSL color Cylindrical-coordinate representation of color #B14D63: hue angle of 346.8º 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 #B14D63 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 77 99 -
CMYK 0 0.56 0.44 0.31
HSL 346.8º 0.39% 0.5% -
HSV(B) 346.8º 0.56% 0.69% -
XYZ 23.04 15.56 13.59 -
YUV 109.41 122.13 176.21 -
System Red Green Blue C M Y K H S L
Decimal 177 77 99 0 0.56 0.44 0.31 346.8 0.39 0.5
Hex B1 4D 63 0 38 2C 1F 15B 27 32
Octal 261 115 143 0 70 54 37 533 47 62
Binary 10110001 1001101 1100011 0 111000 101100 11111 101011011 100111 110010

Color Harmonies of #B14D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D63

Black with #B14D63

Text Example


Text Example

White with #B14D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D63; }

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

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

background-color css

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

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

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

border-color css

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

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

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