Html Css Color HEX #BB537F Royal Heath

📋 copy color: '#BB537F'

red 187 ◦ green 83 ◦ blue 127

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

Shades of Royal Heath #BB537F

Tints of Royal Heath #BB537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.99%

R = 47.1%
G = 20.91%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB537F (or 0xBB537F) is known color: Royal Heath. HEX triplet: BB, 53 and 7F. RGB value is (187,83,127). Sum of RGB (Red+Green+Blue) = 187+83+127=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB537F is #44AC80. Grayscale: #777777. Windows color (decimal): -4500609 or 8344507. OLE color: 8344507.

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

Color convert

RGB 187 83 127 -
CMYK 0 0.56 0.32 0.27
HSL 334.62º 0.43% 0.53% -
HSV(B) 334.62º 0.56% 0.73% -
XYZ 27.42 18.28 22.16 -
YUV 119.11 132.46 176.42 -
System Red Green Blue C M Y K H S L
Decimal 187 83 127 0 0.56 0.32 0.27 334.62 0.43 0.53
Hex BB 53 7F 0 38 20 1B 14F 2B 35
Octal 273 123 177 0 70 40 33 517 53 65
Binary 10111011 1010011 1111111 0 111000 100000 11011 101001111 101011 110101

Color Harmonies of #BB537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB537F

Black with #BB537F

Text Example


Text Example

White with #BB537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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