Html Css Color HEX #B0465B Hippie Pink

📋 copy color: '#B0465B'

red 176 ◦ green 70 ◦ blue 91

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

Shades of Hippie Pink #B0465B

Tints of Hippie Pink #B0465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27%

R = 52.23%
G = 20.77%
B = 27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0465B (or 0xB0465B) is known color: Hippie Pink. HEX triplet: B0, 46 and 5B. RGB value is (176,70,91). Sum of RGB (Red+Green+Blue) = 176+70+91=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0465B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0465B is #4FB9A4. Grayscale: #686868. Windows color (decimal): -5224869 or 5981872. OLE color: 5981872.

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

Color convert

RGB 176 70 91 -
CMYK 0 0.60 0.48 0.31
HSL 348.11º 0.43% 0.48% -
HSV(B) 348.11º 0.6% 0.69% -
XYZ 21.98 14.37 11.51 -
YUV 104.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 176 70 91 0 0.60 0.48 0.31 348.11 0.43 0.48
Hex B0 46 5B 0 3C 30 1F 15C 2B 30
Octal 260 106 133 0 74 60 37 534 53 60
Binary 10110000 1000110 1011011 0 111100 110000 11111 101011100 101011 110000

Color Harmonies of #B0465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0465B

Black with #B0465B

Text Example


Text Example

White with #B0465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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