Html Css Color HEX #B0405B Hippie Pink

📋 copy color: '#B0405B'

red 176 ◦ green 64 ◦ blue 91

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

Shades of Hippie Pink #B0405B

Tints of Hippie Pink #B0405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 53.17%
G = 19.34%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0405B (or 0xB0405B) is known color: Hippie Pink. HEX triplet: B0, 40 and 5B. RGB value is (176,64,91). Sum of RGB (Red+Green+Blue) = 176+64+91=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 91 (35.94% from 255 or 27.49% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B0405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0405B is #4FBFA4. Grayscale: #646464. Windows color (decimal): -5226405 or 5980336. OLE color: 5980336.

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

Color convert

RGB 176 64 91 -
CMYK 0 0.64 0.48 0.31
HSL 345.54º 0.47% 0.47% -
HSV(B) 345.54º 0.64% 0.69% -
XYZ 21.63 13.65 11.39 -
YUV 100.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 176 64 91 0 0.64 0.48 0.31 345.54 0.47 0.47
Hex B0 40 5B 0 40 30 1F 15A 2F 2F
Octal 260 100 133 0 100 60 37 532 57 57
Binary 10110000 1000000 1011011 0 1000000 110000 11111 101011010 101111 101111

Color Harmonies of #B0405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0405B

Black with #B0405B

Text Example


Text Example

White with #B0405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0405B; }

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

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

background-color css

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

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

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

border-color css

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

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

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