Html Css Color HEX #B14A4F Hippie Pink

📋 copy color: '#B14A4F'

red 177 ◦ green 74 ◦ blue 79

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

Shades of Hippie Pink #B14A4F

Tints of Hippie Pink #B14A4F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 79 (31.25% from 255) = 23.94%

R = 53.64%
G = 22.42%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B14A4F (or 0xB14A4F) is known color: Hippie Pink. HEX triplet: B1, 4A and 4F. RGB value is (177,74,79). Sum of RGB (Red+Green+Blue) = 177+74+79=330 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.64% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14A4F is #4EB5B0. Grayscale: #696969. Windows color (decimal): -5158321 or 5196465. OLE color: 5196465.

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

Color convert

RGB 177 74 79 -
CMYK 0 0.58 0.55 0.31
HSL 357.09º 0.41% 0.49% -
HSV(B) 357.09º 0.58% 0.69% -
XYZ 21.99 14.81 9.1 -
YUV 105.37 113.12 179.09 -
System Red Green Blue C M Y K H S L
Decimal 177 74 79 0 0.58 0.55 0.31 357.09 0.41 0.49
Hex B1 4A 4F 0 3A 37 1F 165 29 31
Octal 261 112 117 0 72 67 37 545 51 61
Binary 10110001 1001010 1001111 0 111010 110111 11111 101100101 101001 110001

Color Harmonies of #B14A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14A4F

Black with #B14A4F

Text Example


Text Example

White with #B14A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14A4F; }

 p { color: rgb(177,74,79); }

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

background-color css

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

 a { background-color: rgb(177,74,79); }

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

border-color css

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

 span { border-color: rgb(177,74,79); }

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