Html Css Color HEX #B14D69 Blush

📋 copy color: '#B14D69'

red 177 ◦ green 77 ◦ blue 105

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

Shades of Blush #B14D69

Tints of Blush #B14D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.25%

R = 49.3%
G = 21.45%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B14D69 (or 0xB14D69) is known color: Blush. HEX triplet: B1, 4D and 69. RGB value is (177,77,105). Sum of RGB (Red+Green+Blue) = 177+77+105=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B14D69 is #4EB296. Grayscale: #6E6E6E. Windows color (decimal): -5157527 or 6901169. OLE color: 6901169.

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

Color convert

RGB 177 77 105 -
CMYK 0 0.56 0.41 0.31
HSL 343.2º 0.39% 0.5% -
HSV(B) 343.2º 0.56% 0.69% -
XYZ 23.34 15.67 15.16 -
YUV 110.09 125.13 175.72 -
System Red Green Blue C M Y K H S L
Decimal 177 77 105 0 0.56 0.41 0.31 343.2 0.39 0.5
Hex B1 4D 69 0 38 29 1F 157 27 32
Octal 261 115 151 0 70 51 37 527 47 62
Binary 10110001 1001101 1101001 0 111000 101001 11111 101010111 100111 110010

Color Harmonies of #B14D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14D69

Black with #B14D69

Text Example


Text Example

White with #B14D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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