Html Css Color HEX #BB4253 Hippie Pink

📋 copy color: '#BB4253'

red 187 ◦ green 66 ◦ blue 83

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

Shades of Hippie Pink #BB4253

Tints of Hippie Pink #BB4253

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.64%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 55.65%
G = 19.64%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB4253 (or 0xBB4253) is known color: Hippie Pink. HEX triplet: BB, 42 and 53. RGB value is (187,66,83). Sum of RGB (Red+Green+Blue) = 187+66+83=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4253 is #44BDAC. Grayscale: #686868. Windows color (decimal): -4505005 or 5456571. OLE color: 5456571.

HSL color Cylindrical-coordinate representation of color #BB4253: hue angle of 351.57º 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 #BB4253 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 66 83 -
CMYK 0 0.65 0.56 0.27
HSL 351.57º 0.48% 0.5% -
HSV(B) 351.57º 0.65% 0.73% -
XYZ 24 15.09 9.83 -
YUV 104.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 187 66 83 0 0.65 0.56 0.27 351.57 0.48 0.5
Hex BB 42 53 0 41 38 1B 160 30 32
Octal 273 102 123 0 101 70 33 540 60 62
Binary 10111011 1000010 1010011 0 1000001 111000 11011 101100000 110000 110010

Color Harmonies of #BB4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4253

Black with #BB4253

Text Example


Text Example

White with #BB4253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4253; }

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

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

background-color css

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

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

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

border-color css

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

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

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