Html Css Color HEX #B0465D Hippie Pink

📋 copy color: '#B0465D'

red 176 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #B0465D

Tints of Hippie Pink #B0465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

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

R = 51.92%
G = 20.65%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0465D (or 0xB0465D) is known color: Hippie Pink. HEX triplet: B0, 46 and 5D. RGB value is (176,70,93). Sum of RGB (Red+Green+Blue) = 176+70+93=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0465D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0465D is #4FB9A2. Grayscale: #686868. Windows color (decimal): -5224867 or 6112944. OLE color: 6112944.

HSL color Cylindrical-coordinate representation of color #B0465D: hue angle of 346.98º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0465D is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 70 93 -
CMYK 0 0.60 0.47 0.31
HSL 346.98º 0.43% 0.48% -
HSV(B) 346.98º 0.6% 0.69% -
XYZ 22.07 14.4 11.97 -
YUV 104.32 121.62 179.13 -
System Red Green Blue C M Y K H S L
Decimal 176 70 93 0 0.60 0.47 0.31 346.98 0.43 0.48
Hex B0 46 5D 0 3C 2F 1F 15B 2B 30
Octal 260 106 135 0 74 57 37 533 53 60
Binary 10110000 1000110 1011101 0 111100 101111 11111 101011011 101011 110000

Color Harmonies of #B0465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0465D

Black with #B0465D

Text Example


Text Example

White with #B0465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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