Html Css Color HEX #BB4853 Hippie Pink

📋 copy color: '#BB4853'

red 187 ◦ green 72 ◦ blue 83

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

Shades of Hippie Pink #BB4853

Tints of Hippie Pink #BB4853

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

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

R = 54.68%
G = 21.05%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB4853 (or 0xBB4853) is known color: Hippie Pink. HEX triplet: BB, 48 and 53. RGB value is (187,72,83). Sum of RGB (Red+Green+Blue) = 187+72+83=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4853 is #44B7AC. Grayscale: #6B6B6B. Windows color (decimal): -4503469 or 5458107. OLE color: 5458107.

HSL color Cylindrical-coordinate representation of color #BB4853: hue angle of 354.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4853 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 72 83 -
CMYK 0 0.61 0.56 0.27
HSL 354.26º 0.46% 0.51% -
HSV(B) 354.26º 0.61% 0.73% -
XYZ 24.37 15.82 9.95 -
YUV 107.64 114.1 184.61 -
System Red Green Blue C M Y K H S L
Decimal 187 72 83 0 0.61 0.56 0.27 354.26 0.46 0.51
Hex BB 48 53 0 3D 38 1B 162 2E 33
Octal 273 110 123 0 75 70 33 542 56 63
Binary 10111011 1001000 1010011 0 111101 111000 11011 101100010 101110 110011

Color Harmonies of #BB4853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4853

Black with #BB4853

Text Example


Text Example

White with #BB4853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4853; }

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

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

background-color css

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

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

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

border-color css

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

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

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