Html Css Color HEX #B0455D Hippie Pink

📋 copy color: '#B0455D'

red 176 ◦ green 69 ◦ blue 93

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

Shades of Hippie Pink #B0455D

Tints of Hippie Pink #B0455D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 52.07%
G = 20.41%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0455D (or 0xB0455D) is known color: Hippie Pink. HEX triplet: B0, 45 and 5D. RGB value is (176,69,93). Sum of RGB (Red+Green+Blue) = 176+69+93=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0455D is #4FBAA2. Grayscale: #676767. Windows color (decimal): -5225123 or 6112688. OLE color: 6112688.

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

Color convert

RGB 176 69 93 -
CMYK 0 0.61 0.47 0.31
HSL 346.54º 0.44% 0.48% -
HSV(B) 346.54º 0.61% 0.69% -
XYZ 22.01 14.28 11.95 -
YUV 103.73 121.95 179.55 -
System Red Green Blue C M Y K H S L
Decimal 176 69 93 0 0.61 0.47 0.31 346.54 0.44 0.48
Hex B0 45 5D 0 3D 2F 1F 15B 2C 30
Octal 260 105 135 0 75 57 37 533 54 60
Binary 10110000 1000101 1011101 0 111101 101111 11111 101011011 101100 110000

Color Harmonies of #B0455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0455D

Black with #B0455D

Text Example


Text Example

White with #B0455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0455D; }

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

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

background-color css

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

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

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

border-color css

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

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

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