Html Css Color HEX #BB4B5A Hippie Pink

📋 copy color: '#BB4B5A'

red 187 ◦ green 75 ◦ blue 90

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

Shades of Hippie Pink #BB4B5A

Tints of Hippie Pink #BB4B5A

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.31%

 BLUE value IS 90 (35.55% from 255) = 25.57%

R = 53.13%
G = 21.31%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB4B5A (or 0xBB4B5A) is known color: Hippie Pink. HEX triplet: BB, 4B and 5A. RGB value is (187,75,90). Sum of RGB (Red+Green+Blue) = 187+75+90=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B5A is #44B4A5. Grayscale: #6E6E6E. Windows color (decimal): -4502694 or 5917627. OLE color: 5917627.

HSL color Cylindrical-coordinate representation of color #BB4B5A: hue angle of 351.96º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B5A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 75 90 -
CMYK 0 0.60 0.52 0.27
HSL 351.96º 0.45% 0.51% -
HSV(B) 351.96º 0.6% 0.73% -
XYZ 24.86 16.34 11.52 -
YUV 110.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 187 75 90 0 0.60 0.52 0.27 351.96 0.45 0.51
Hex BB 4B 5A 0 3C 34 1B 160 2D 33
Octal 273 113 132 0 74 64 33 540 55 63
Binary 10111011 1001011 1011010 0 111100 110100 11011 101100000 101101 110011

Color Harmonies of #BB4B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B5A

Black with #BB4B5A

Text Example


Text Example

White with #BB4B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B5A; }

 p { color: rgb(187,75,90); }

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

background-color css

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

 a { background-color: rgb(187,75,90); }

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

border-color css

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

 span { border-color: rgb(187,75,90); }

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