#BB425D

Color #BB425D Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #BB425D

Tints of Hippie Pink #BB425D

Color information

#BB425D (or 0xBB425D) is unknown color: approx Hippie Pink. HEX triplet: BB, 42 and 5D. RGB value is (187,66,93). Sum of RGB (Red+Green+Blue) = 187+66+93=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB425D is #44BDA2. Grayscale: #696969. Windows color (decimal): -4504995 or 6111931. OLE color: 6111931.

HSL color Cylindrical-coordinate representation of color #BB425D: hue angle of 346.61º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB425D is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB1876693-
CMYK00.650.500.27
HSL346.61º47.83%49.61%-
HSV(B)346.61º64.71%73.33%-
XYZ24.4215.2512.01-
YUV105.26121.09186.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=54.05%
G=19.08%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187669300.650.500.27346.6147.8349.61
HexBB425D041321B15b3032
Octal273102135010162335336062
Binary10111011100001010111010100000111001011011101011011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB425D; }

 p { color: rgb(187,66,93); }

 H1.HeaderClassName
 {
   color: #BB425D;
 }
 .AnyTagClassName
 {
   color: #BB425D;
 }
</style>
background-color css

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

 a { background-color: rgb(187,66,93); }

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

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

 span { border-color: rgb(187,66,93); }

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