Html Css Color HEX #BB4748 Mandy

📋 copy color: '#BB4748'

red 187 ◦ green 71 ◦ blue 72

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

Shades of Mandy #BB4748

Tints of Mandy #BB4748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.52%

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 56.67%
G = 21.52%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB4748 (or 0xBB4748) is known color: Mandy. HEX triplet: BB, 47 and 48. RGB value is (187,71,72). Sum of RGB (Red+Green+Blue) = 187+71+72=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4748 is #44B8B7. Grayscale: #696969. Windows color (decimal): -4503736 or 4736955. OLE color: 4736955.

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

Color convert

RGB 187 71 72 -
CMYK 0 0.62 0.61 0.27
HSL 359.48º 0.46% 0.51% -
HSV(B) 359.48º 0.62% 0.73% -
XYZ 23.92 15.54 7.87 -
YUV 105.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 187 71 72 0 0.62 0.61 0.27 359.48 0.46 0.51
Hex BB 47 48 0 3E 3D 1B 167 2E 33
Octal 273 107 110 0 76 75 33 547 56 63
Binary 10111011 1000111 1001000 0 111110 111101 11011 101100111 101110 110011

Color Harmonies of #BB4748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4748

Black with #BB4748

Text Example


Text Example

White with #BB4748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4748; }

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

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

background-color css

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

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

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

border-color css

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

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

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