Html Css Color HEX #B1454C Hippie Pink

📋 copy color: '#B1454C'

red 177 ◦ green 69 ◦ blue 76

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

Shades of Hippie Pink #B1454C

Tints of Hippie Pink #B1454C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

 BLUE value IS 76 (30.08% from 255) = 23.6%

R = 54.97%
G = 21.43%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1454C (or 0xB1454C) is known color: Hippie Pink. HEX triplet: B1, 45 and 4C. RGB value is (177,69,76). Sum of RGB (Red+Green+Blue) = 177+69+76=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1454C is #4EBAB3. Grayscale: #666666. Windows color (decimal): -5159604 or 4998577. OLE color: 4998577.

HSL color Cylindrical-coordinate representation of color #B1454C: hue angle of 356.11º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B1454C is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 69 76 -
CMYK 0 0.61 0.57 0.31
HSL 356.11º 0.44% 0.48% -
HSV(B) 356.11º 0.61% 0.69% -
XYZ 21.56 14.13 8.43 -
YUV 102.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 177 69 76 0 0.61 0.57 0.31 356.11 0.44 0.48
Hex B1 45 4C 0 3D 39 1F 164 2C 30
Octal 261 105 114 0 75 71 37 544 54 60
Binary 10110001 1000101 1001100 0 111101 111001 11111 101100100 101100 110000

Color Harmonies of #B1454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1454C

Black with #B1454C

Text Example


Text Example

White with #B1454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1454C; }

 p { color: rgb(177,69,76); }

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

background-color css

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

 a { background-color: rgb(177,69,76); }

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

border-color css

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

 span { border-color: rgb(177,69,76); }

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