#BB4852

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

Shades of Hippie Pink #BB4852

Tints of Hippie Pink #BB4852

Color information

#BB4852 (or 0xBB4852) is unknown color: approx Hippie Pink. HEX triplet: BB, 48 and 52. RGB value is (187,72,82). Sum of RGB (Red+Green+Blue) = 187+72+82=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4852 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4852 is #44B7AD. Grayscale: #6B6B6B. Windows color (decimal): -4503470 or 5392571. OLE color: 5392571.

HSL color Cylindrical-coordinate representation of color #BB4852: hue angle of 354.78º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4852 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB1877282-
CMYK00.610.560.27
HSL354.78º45.82%50.78%-
HSV(B)354.78º61.5%73.33%-
XYZ24.3315.819.75-
YUV107.52113.6184.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 72 (28.52% from 255) = 21.11%
BLUE value IS 82 (32.42% from 255) = 24.05%
R=54.84%
G=21.11%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187728200.610.560.27354.7845.8250.78
HexBB485203D381B1632e33
Octal27311012207570335435663
Binary1011101110010001010010011110111100011011101100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4852; }

 p { color: rgb(187,72,82); }

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

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

 a { background-color: rgb(187,72,82); }

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

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

 span { border-color: rgb(187,72,82); }

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