Html Css Color HEX #B14B6A Blush

📋 copy color: '#B14B6A'

red 177 ◦ green 75 ◦ blue 106

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

Shades of Blush #B14B6A

Tints of Blush #B14B6A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.95%

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 49.44%
G = 20.95%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B14B6A (or 0xB14B6A) is known color: Blush. HEX triplet: B1, 4B and 6A. RGB value is (177,75,106). Sum of RGB (Red+Green+Blue) = 177+75+106=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B6A is #4EB495. Grayscale: #6D6D6D. Windows color (decimal): -5158038 or 6966193. OLE color: 6966193.

HSL color Cylindrical-coordinate representation of color #B14B6A: hue angle of 341.76º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B14B6A is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 75 106 -
CMYK 0 0.58 0.40 0.31
HSL 341.76º 0.4% 0.49% -
HSV(B) 341.76º 0.58% 0.69% -
XYZ 23.25 15.42 15.39 -
YUV 109.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 177 75 106 0 0.58 0.40 0.31 341.76 0.4 0.49
Hex B1 4B 6A 0 3A 28 1F 156 28 31
Octal 261 113 152 0 72 50 37 526 50 61
Binary 10110001 1001011 1101010 0 111010 101000 11111 101010110 101000 110001

Color Harmonies of #B14B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B6A

Black with #B14B6A

Text Example


Text Example

White with #B14B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B6A; }

 p { color: rgb(177,75,106); }

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

background-color css

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

 a { background-color: rgb(177,75,106); }

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

border-color css

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

 span { border-color: rgb(177,75,106); }

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