Html Css Color HEX #BB5A5E Mandy

📋 copy color: '#BB5A5E'

red 187 ◦ green 90 ◦ blue 94

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

Shades of Mandy #BB5A5E

Tints of Mandy #BB5A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

 BLUE value IS 94 (37.11% from 255) = 25.34%

R = 50.4%
G = 24.26%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB5A5E (or 0xBB5A5E) is known color: Mandy. HEX triplet: BB, 5A and 5E. RGB value is (187,90,94). Sum of RGB (Red+Green+Blue) = 187+90+94=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5A5E is #44A5A1. Grayscale: #777777. Windows color (decimal): -4498850 or 6183611. OLE color: 6183611.

HSL color Cylindrical-coordinate representation of color #BB5A5E: hue angle of 357.53º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5A5E is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 90 94 -
CMYK 0 0.52 0.50 0.27
HSL 357.53º 0.42% 0.54% -
HSV(B) 357.53º 0.52% 0.73% -
XYZ 26.17 18.69 12.82 -
YUV 119.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 187 90 94 0 0.52 0.50 0.27 357.53 0.42 0.54
Hex BB 5A 5E 0 34 32 1B 166 2A 36
Octal 273 132 136 0 64 62 33 546 52 66
Binary 10111011 1011010 1011110 0 110100 110010 11011 101100110 101010 110110

Color Harmonies of #BB5A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5A5E

Black with #BB5A5E

Text Example


Text Example

White with #BB5A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5A5E; }

 p { color: rgb(187,90,94); }

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

background-color css

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

 a { background-color: rgb(187,90,94); }

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

border-color css

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

 span { border-color: rgb(187,90,94); }

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