Html Css Color HEX #B14967 Blush

📋 copy color: '#B14967'

red 177 ◦ green 73 ◦ blue 103

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

Shades of Blush #B14967

Tints of Blush #B14967

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.68%

 BLUE value IS 103 (40.63% from 255) = 29.18%

R = 50.14%
G = 20.68%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B14967 (or 0xB14967) is known color: Blush. HEX triplet: B1, 49 and 67. RGB value is (177,73,103). Sum of RGB (Red+Green+Blue) = 177+73+103=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B14967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14967 is #4EB698. Grayscale: #6B6B6B. Windows color (decimal): -5158553 or 6769073. OLE color: 6769073.

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

Color convert

RGB 177 73 103 -
CMYK 0 0.59 0.42 0.31
HSL 342.69º 0.42% 0.49% -
HSV(B) 342.69º 0.59% 0.69% -
XYZ 22.96 15.09 14.53 -
YUV 107.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 177 73 103 0 0.59 0.42 0.31 342.69 0.42 0.49
Hex B1 49 67 0 3B 2A 1F 157 2A 31
Octal 261 111 147 0 73 52 37 527 52 61
Binary 10110001 1001001 1100111 0 111011 101010 11111 101010111 101010 110001

Color Harmonies of #B14967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14967

Black with #B14967

Text Example


Text Example

White with #B14967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14967; }

 p { color: rgb(177,73,103); }

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

background-color css

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

 a { background-color: rgb(177,73,103); }

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

border-color css

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

 span { border-color: rgb(177,73,103); }

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