Html Css Color HEX #B0454A Hippie Pink

📋 copy color: '#B0454A'

red 176 ◦ green 69 ◦ blue 74

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

Shades of Hippie Pink #B0454A

Tints of Hippie Pink #B0454A

RGB

 RED value IS 176 (69.14% from 255) = 55.17%

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

 BLUE value IS 74 (29.3% from 255) = 23.2%

R = 55.17%
G = 21.63%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0454A (or 0xB0454A) is known color: Hippie Pink. HEX triplet: B0, 45 and 4A. RGB value is (176,69,74). Sum of RGB (Red+Green+Blue) = 176+69+74=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0454A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0454A is #4FBAB5. Grayscale: #656565. Windows color (decimal): -5225142 or 4867504. OLE color: 4867504.

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

Color convert

RGB 176 69 74 -
CMYK 0 0.61 0.58 0.31
HSL 357.2º 0.44% 0.48% -
HSV(B) 357.2º 0.61% 0.69% -
XYZ 21.27 13.98 8.06 -
YUV 101.56 112.45 181.09 -
System Red Green Blue C M Y K H S L
Decimal 176 69 74 0 0.61 0.58 0.31 357.2 0.44 0.48
Hex B0 45 4A 0 3D 3A 1F 165 2C 30
Octal 260 105 112 0 75 72 37 545 54 60
Binary 10110000 1000101 1001010 0 111101 111010 11111 101100101 101100 110000

Color Harmonies of #B0454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0454A

Black with #B0454A

Text Example


Text Example

White with #B0454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0454A; }

 p { color: rgb(176,69,74); }

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

background-color css

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

 a { background-color: rgb(176,69,74); }

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

border-color css

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

 span { border-color: rgb(176,69,74); }

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