Html Css Color HEX #B0405C Hippie Pink

📋 copy color: '#B0405C'

red 176 ◦ green 64 ◦ blue 92

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

Shades of Hippie Pink #B0405C

Tints of Hippie Pink #B0405C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.71%

R = 53.01%
G = 19.28%
B = 27.71%

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

#B0405C (or 0xB0405C) is known color: Hippie Pink. HEX triplet: B0, 40 and 5C. RGB value is (176,64,92). Sum of RGB (Red+Green+Blue) = 176+64+92=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0405C is #4FBFA3. Grayscale: #646464. Windows color (decimal): -5226404 or 6045872. OLE color: 6045872.

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

Color convert

RGB 176 64 92 -
CMYK 0 0.64 0.48 0.31
HSL 345º 0.47% 0.47% -
HSV(B) 345º 0.64% 0.69% -
XYZ 21.67 13.67 11.62 -
YUV 100.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 176 64 92 0 0.64 0.48 0.31 345 0.47 0.47
Hex B0 40 5C 0 40 30 1F 159 2F 2F
Octal 260 100 134 0 100 60 37 531 57 57
Binary 10110000 1000000 1011100 0 1000000 110000 11111 101011001 101111 101111

Color Harmonies of #B0405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0405C

Black with #B0405C

Text Example


Text Example

White with #B0405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0405C; }

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

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

background-color css

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

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

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

border-color css

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

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

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