Html Css Color HEX #B1405C Hippie Pink

📋 copy color: '#B1405C'

red 177 ◦ green 64 ◦ blue 92

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

Shades of Hippie Pink #B1405C

Tints of Hippie Pink #B1405C

RGB

 RED value IS 177 (69.53% from 255) = 53.15%

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

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

R = 53.15%
G = 19.22%
B = 27.63%

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

#B1405C (or 0xB1405C) is known color: Hippie Pink. HEX triplet: B1, 40 and 5C. RGB value is (177,64,92). Sum of RGB (Red+Green+Blue) = 177+64+92=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1405C is #4EBFA3. Grayscale: #646464. Windows color (decimal): -5160868 or 6045873. OLE color: 6045873.

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

Color convert

RGB 177 64 92 -
CMYK 0 0.64 0.48 0.31
HSL 345.13º 0.47% 0.47% -
HSV(B) 345.13º 0.64% 0.69% -
XYZ 21.9 13.79 11.63 -
YUV 100.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 177 64 92 0 0.64 0.48 0.31 345.13 0.47 0.47
Hex B1 40 5C 0 40 30 1F 159 2F 2F
Octal 261 100 134 0 100 60 37 531 57 57
Binary 10110001 1000000 1011100 0 1000000 110000 11111 101011001 101111 101111

Color Harmonies of #B1405C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1405C

Black with #B1405C

Text Example


Text Example

White with #B1405C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1405C; }

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

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

background-color css

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

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

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

border-color css

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

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

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