Html Css Color HEX #BB484E Mandy

📋 copy color: '#BB484E'

red 187 ◦ green 72 ◦ blue 78

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

Shades of Mandy #BB484E

Tints of Mandy #BB484E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 55.49%
G = 21.36%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB484E (or 0xBB484E) is known color: Mandy. HEX triplet: BB, 48 and 4E. RGB value is (187,72,78). Sum of RGB (Red+Green+Blue) = 187+72+78=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB484E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB484E is #44B7B1. Grayscale: #6B6B6B. Windows color (decimal): -4503474 or 5130427. OLE color: 5130427.

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

Color convert

RGB 187 72 78 -
CMYK 0 0.61 0.58 0.27
HSL 356.87º 0.46% 0.51% -
HSV(B) 356.87º 0.61% 0.73% -
XYZ 24.19 15.75 8.97 -
YUV 107.07 111.6 185.01 -
System Red Green Blue C M Y K H S L
Decimal 187 72 78 0 0.61 0.58 0.27 356.87 0.46 0.51
Hex BB 48 4E 0 3D 3A 1B 165 2E 33
Octal 273 110 116 0 75 72 33 545 56 63
Binary 10111011 1001000 1001110 0 111101 111010 11011 101100101 101110 110011

Color Harmonies of #BB484E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB484E

Black with #BB484E

Text Example


Text Example

White with #BB484E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB484E; }

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

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

background-color css

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

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

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

border-color css

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

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

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