Html Css Color HEX #B14B4D Hippie Pink

📋 copy color: '#B14B4D'

red 177 ◦ green 75 ◦ blue 77

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

Shades of Hippie Pink #B14B4D

Tints of Hippie Pink #B14B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 53.8%
G = 22.8%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B14B4D (or 0xB14B4D) is known color: Hippie Pink. HEX triplet: B1, 4B and 4D. RGB value is (177,75,77). Sum of RGB (Red+Green+Blue) = 177+75+77=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B14B4D is #4EB4B2. Grayscale: #696969. Windows color (decimal): -5158067 or 5065649. OLE color: 5065649.

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

Color convert

RGB 177 75 77 -
CMYK 0 0.58 0.56 0.31
HSL 358.82º 0.4% 0.49% -
HSV(B) 358.82º 0.58% 0.69% -
XYZ 21.99 14.92 8.74 -
YUV 105.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 177 75 77 0 0.58 0.56 0.31 358.82 0.4 0.49
Hex B1 4B 4D 0 3A 38 1F 167 28 31
Octal 261 113 115 0 72 70 37 547 50 61
Binary 10110001 1001011 1001101 0 111010 111000 11111 101100111 101000 110001

Color Harmonies of #B14B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B4D

Black with #B14B4D

Text Example


Text Example

White with #B14B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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