Html Css Color HEX #BB535A Mandy

📋 copy color: '#BB535A'

red 187 ◦ green 83 ◦ blue 90

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

Shades of Mandy #BB535A

Tints of Mandy #BB535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

 BLUE value IS 90 (35.55% from 255) = 25%

R = 51.94%
G = 23.06%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB535A (or 0xBB535A) is known color: Mandy. HEX triplet: BB, 53 and 5A. RGB value is (187,83,90). Sum of RGB (Red+Green+Blue) = 187+83+90=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB535A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB535A is #44ACA5. Grayscale: #727272. Windows color (decimal): -4500646 or 5919675. OLE color: 5919675.

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

Color convert

RGB 187 83 90 -
CMYK 0 0.56 0.52 0.27
HSL 355.96º 0.43% 0.53% -
HSV(B) 355.96º 0.56% 0.73% -
XYZ 25.43 17.49 11.71 -
YUV 114.89 113.96 179.43 -
System Red Green Blue C M Y K H S L
Decimal 187 83 90 0 0.56 0.52 0.27 355.96 0.43 0.53
Hex BB 53 5A 0 38 34 1B 164 2B 35
Octal 273 123 132 0 70 64 33 544 53 65
Binary 10111011 1010011 1011010 0 111000 110100 11011 101100100 101011 110101

Color Harmonies of #BB535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB535A

Black with #BB535A

Text Example


Text Example

White with #BB535A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB535A; }

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

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

background-color css

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

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

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

border-color css

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

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

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