Html Css Color HEX #BB4357 Hippie Pink

📋 copy color: '#BB4357'

red 187 ◦ green 67 ◦ blue 87

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

Shades of Hippie Pink #BB4357

Tints of Hippie Pink #BB4357

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

 BLUE value IS 87 (34.38% from 255) = 25.51%

R = 54.84%
G = 19.65%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB4357 (or 0xBB4357) is known color: Hippie Pink. HEX triplet: BB, 43 and 57. RGB value is (187,67,87). Sum of RGB (Red+Green+Blue) = 187+67+87=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4357 is #44BCA8. Grayscale: #696969. Windows color (decimal): -4504745 or 5718971. OLE color: 5718971.

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

Color convert

RGB 187 67 87 -
CMYK 0 0.64 0.53 0.27
HSL 350º 0.47% 0.5% -
HSV(B) 350º 0.64% 0.73% -
XYZ 24.22 15.27 10.69 -
YUV 105.16 117.76 186.37 -
System Red Green Blue C M Y K H S L
Decimal 187 67 87 0 0.64 0.53 0.27 350 0.47 0.5
Hex BB 43 57 0 40 35 1B 15E 2F 32
Octal 273 103 127 0 100 65 33 536 57 62
Binary 10111011 1000011 1010111 0 1000000 110101 11011 101011110 101111 110010

Color Harmonies of #BB4357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4357

Black with #BB4357

Text Example


Text Example

White with #BB4357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4357; }

 p { color: rgb(187,67,87); }

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

background-color css

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

 a { background-color: rgb(187,67,87); }

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

border-color css

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

 span { border-color: rgb(187,67,87); }

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