Html Css Color HEX #B14965 Blush

📋 copy color: '#B14965'

red 177 ◦ green 73 ◦ blue 101

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

Shades of Blush #B14965

Tints of Blush #B14965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.77%

R = 50.43%
G = 20.8%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B14965 (or 0xB14965) is known color: Blush. HEX triplet: B1, 49 and 65. RGB value is (177,73,101). Sum of RGB (Red+Green+Blue) = 177+73+101=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B14965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14965 is #4EB69A. Grayscale: #6B6B6B. Windows color (decimal): -5158555 or 6638001. OLE color: 6638001.

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

Color convert

RGB 177 73 101 -
CMYK 0 0.59 0.43 0.31
HSL 343.85º 0.42% 0.49% -
HSV(B) 343.85º 0.59% 0.69% -
XYZ 22.86 15.05 14.01 -
YUV 107.29 124.46 177.72 -
System Red Green Blue C M Y K H S L
Decimal 177 73 101 0 0.59 0.43 0.31 343.85 0.42 0.49
Hex B1 49 65 0 3B 2B 1F 158 2A 31
Octal 261 111 145 0 73 53 37 530 52 61
Binary 10110001 1001001 1100101 0 111011 101011 11111 101011000 101010 110001

Color Harmonies of #B14965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14965

Black with #B14965

Text Example


Text Example

White with #B14965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14965; }

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

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

background-color css

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

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

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

border-color css

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

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

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