Html Css Color HEX #BB4250 Hippie Pink

📋 copy color: '#BB4250'

red 187 ◦ green 66 ◦ blue 80

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

Shades of Hippie Pink #BB4250

Tints of Hippie Pink #BB4250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 56.16%
G = 19.82%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB4250 (or 0xBB4250) is known color: Hippie Pink. HEX triplet: BB, 42 and 50. RGB value is (187,66,80). Sum of RGB (Red+Green+Blue) = 187+66+80=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4250 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4250 is #44BDAF. Grayscale: #676767. Windows color (decimal): -4505008 or 5259963. OLE color: 5259963.

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

Color convert

RGB 187 66 80 -
CMYK 0 0.65 0.57 0.27
HSL 353.06º 0.48% 0.5% -
HSV(B) 353.06º 0.65% 0.73% -
XYZ 23.89 15.04 9.23 -
YUV 103.78 114.59 187.36 -
System Red Green Blue C M Y K H S L
Decimal 187 66 80 0 0.65 0.57 0.27 353.06 0.48 0.5
Hex BB 42 50 0 41 39 1B 161 30 32
Octal 273 102 120 0 101 71 33 541 60 62
Binary 10111011 1000010 1010000 0 1000001 111001 11011 101100001 110000 110010

Color Harmonies of #BB4250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4250

Black with #BB4250

Text Example


Text Example

White with #BB4250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4250; }

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

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

background-color css

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

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

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

border-color css

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

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

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