Html Css Color HEX #B2454C Hippie Pink

📋 copy color: '#B2454C'

red 178 ◦ green 69 ◦ blue 76

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

Shades of Hippie Pink #B2454C

Tints of Hippie Pink #B2454C

RGB

 RED value IS 178 (69.92% from 255) = 55.11%

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

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

R = 55.11%
G = 21.36%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2454C (or 0xB2454C) is known color: Hippie Pink. HEX triplet: B2, 45 and 4C. RGB value is (178,69,76). Sum of RGB (Red+Green+Blue) = 178+69+76=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2454C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2454C is #4DBAB3. Grayscale: #666666. Windows color (decimal): -5094068 or 4998578. OLE color: 4998578.

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

Color convert

RGB 178 69 76 -
CMYK 0 0.61 0.57 0.30
HSL 356.15º 0.44% 0.48% -
HSV(B) 356.15º 0.61% 0.7% -
XYZ 21.79 14.24 8.44 -
YUV 102.39 113.11 181.93 -
System Red Green Blue C M Y K H S L
Decimal 178 69 76 0 0.61 0.57 0.30 356.15 0.44 0.48
Hex B2 45 4C 0 3D 39 1E 164 2C 30
Octal 262 105 114 0 75 71 36 544 54 60
Binary 10110010 1000101 1001100 0 111101 111001 11110 101100100 101100 110000

Color Harmonies of #B2454C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2454C

Black with #B2454C

Text Example


Text Example

White with #B2454C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2454C; }

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

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

background-color css

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

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

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

border-color css

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

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

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