Html Css Color HEX #BB4353 Hippie Pink

📋 copy color: '#BB4353'

red 187 ◦ green 67 ◦ blue 83

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

Shades of Hippie Pink #BB4353

Tints of Hippie Pink #BB4353

RGB

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

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

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

R = 55.49%
G = 19.88%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB4353 (or 0xBB4353) is known color: Hippie Pink. HEX triplet: BB, 43 and 53. RGB value is (187,67,83). Sum of RGB (Red+Green+Blue) = 187+67+83=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4353 is #44BCAC. Grayscale: #686868. Windows color (decimal): -4504749 or 5456827. OLE color: 5456827.

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

Color convert

RGB 187 67 83 -
CMYK 0 0.64 0.56 0.27
HSL 352º 0.47% 0.5% -
HSV(B) 352º 0.64% 0.73% -
XYZ 24.06 15.2 9.85 -
YUV 104.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 187 67 83 0 0.64 0.56 0.27 352 0.47 0.5
Hex BB 43 53 0 40 38 1B 160 2F 32
Octal 273 103 123 0 100 70 33 540 57 62
Binary 10111011 1000011 1010011 0 1000000 111000 11011 101100000 101111 110010

Color Harmonies of #BB4353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4353

Black with #BB4353

Text Example


Text Example

White with #BB4353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4353; }

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

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

background-color css

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

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

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

border-color css

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

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

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