Html Css Color HEX #BB537B Royal Heath

📋 copy color: '#BB537B'

red 187 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #BB537B

Tints of Royal Heath #BB537B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.3%

R = 47.58%
G = 21.12%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB537B (or 0xBB537B) is known color: Royal Heath. HEX triplet: BB, 53 and 7B. RGB value is (187,83,123). Sum of RGB (Red+Green+Blue) = 187+83+123=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB537B is #44AC84. Grayscale: #767676. Windows color (decimal): -4500613 or 8082363. OLE color: 8082363.

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

Color convert

RGB 187 83 123 -
CMYK 0 0.56 0.34 0.27
HSL 336.92º 0.43% 0.53% -
HSV(B) 336.92º 0.56% 0.73% -
XYZ 27.16 18.18 20.82 -
YUV 118.66 130.46 176.75 -
System Red Green Blue C M Y K H S L
Decimal 187 83 123 0 0.56 0.34 0.27 336.92 0.43 0.53
Hex BB 53 7B 0 38 22 1B 151 2B 35
Octal 273 123 173 0 70 42 33 521 53 65
Binary 10111011 1010011 1111011 0 111000 100010 11011 101010001 101011 110101

Color Harmonies of #BB537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB537B

Black with #BB537B

Text Example


Text Example

White with #BB537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB537B; }

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

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

background-color css

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

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

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

border-color css

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

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

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