Html Css Color HEX #BB4658 Hippie Pink

📋 copy color: '#BB4658'

red 187 ◦ green 70 ◦ blue 88

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

Shades of Hippie Pink #BB4658

Tints of Hippie Pink #BB4658

RGB

 RED value IS 187 (73.44% from 255) = 54.2%

 GREEN value IS 70 (27.73% from 255) = 20.29%

 BLUE value IS 88 (34.77% from 255) = 25.51%

R = 54.2%
G = 20.29%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB4658 (or 0xBB4658) is known color: Hippie Pink. HEX triplet: BB, 46 and 58. RGB value is (187,70,88). Sum of RGB (Red+Green+Blue) = 187+70+88=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4658 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4658 is #44B9A7. Grayscale: #6B6B6B. Windows color (decimal): -4503976 or 5785275. OLE color: 5785275.

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

Color convert

RGB 187 70 88 -
CMYK 0 0.63 0.53 0.27
HSL 350.77º 0.46% 0.5% -
HSV(B) 350.77º 0.63% 0.73% -
XYZ 24.45 15.65 10.96 -
YUV 107.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 187 70 88 0 0.63 0.53 0.27 350.77 0.46 0.5
Hex BB 46 58 0 3F 35 1B 15F 2E 32
Octal 273 106 130 0 77 65 33 537 56 62
Binary 10111011 1000110 1011000 0 111111 110101 11011 101011111 101110 110010

Color Harmonies of #BB4658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4658

Black with #BB4658

Text Example


Text Example

White with #BB4658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4658; }

 p { color: rgb(187,70,88); }

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

background-color css

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

 a { background-color: rgb(187,70,88); }

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

border-color css

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

 span { border-color: rgb(187,70,88); }

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