Html Css Color HEX #BB4A4D Mandy

📋 copy color: '#BB4A4D'

red 187 ◦ green 74 ◦ blue 77

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

Shades of Mandy #BB4A4D

Tints of Mandy #BB4A4D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.89%

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 55.33%
G = 21.89%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BB4A4D (or 0xBB4A4D) is known color: Mandy. HEX triplet: BB, 4A and 4D. RGB value is (187,74,77). Sum of RGB (Red+Green+Blue) = 187+74+77=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A4D is #44B5B2. Grayscale: #6C6C6C. Windows color (decimal): -4502963 or 5065403. OLE color: 5065403.

HSL color Cylindrical-coordinate representation of color #BB4A4D: hue angle of 358.41º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A4D is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 77 -
CMYK 0 0.60 0.59 0.27
HSL 358.41º 0.45% 0.51% -
HSV(B) 358.41º 0.6% 0.73% -
XYZ 24.28 16 8.83 -
YUV 108.13 110.44 184.26 -
System Red Green Blue C M Y K H S L
Decimal 187 74 77 0 0.60 0.59 0.27 358.41 0.45 0.51
Hex BB 4A 4D 0 3C 3B 1B 166 2D 33
Octal 273 112 115 0 74 73 33 546 55 63
Binary 10111011 1001010 1001101 0 111100 111011 11011 101100110 101101 110011

Color Harmonies of #BB4A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A4D

Black with #BB4A4D

Text Example


Text Example

White with #BB4A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A4D; }

 p { color: rgb(187,74,77); }

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

background-color css

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

 a { background-color: rgb(187,74,77); }

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

border-color css

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

 span { border-color: rgb(187,74,77); }

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