Html Css Color HEX #B14869 Blush

📋 copy color: '#B14869'

red 177 ◦ green 72 ◦ blue 105

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

Shades of Blush #B14869

Tints of Blush #B14869

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.34%

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

R = 50%
G = 20.34%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B14869 (or 0xB14869) is known color: Blush. HEX triplet: B1, 48 and 69. RGB value is (177,72,105). Sum of RGB (Red+Green+Blue) = 177+72+105=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 72 (28.52% from 255 or 20.34% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B14869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14869 is #4EB796. Grayscale: #6B6B6B. Windows color (decimal): -5158807 or 6899889. OLE color: 6899889.

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

Color convert

RGB 177 72 105 -
CMYK 0 0.59 0.41 0.31
HSL 341.14º 0.42% 0.49% -
HSV(B) 341.14º 0.59% 0.69% -
XYZ 23 15 15.05 -
YUV 107.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 177 72 105 0 0.59 0.41 0.31 341.14 0.42 0.49
Hex B1 48 69 0 3B 29 1F 155 2A 31
Octal 261 110 151 0 73 51 37 525 52 61
Binary 10110001 1001000 1101001 0 111011 101001 11111 101010101 101010 110001

Color Harmonies of #B14869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14869

Black with #B14869

Text Example


Text Example

White with #B14869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14869; }

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

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

background-color css

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

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

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

border-color css

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

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

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