Html Css Color HEX #BB547A Royal Heath

📋 copy color: '#BB547A'

red 187 ◦ green 84 ◦ blue 122

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

Shades of Royal Heath #BB547A

Tints of Royal Heath #BB547A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.37%

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 47.58%
G = 21.37%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB547A (or 0xBB547A) is known color: Royal Heath. HEX triplet: BB, 54 and 7A. RGB value is (187,84,122). Sum of RGB (Red+Green+Blue) = 187+84+122=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 187 - color contains mainly: red. Hex color #BB547A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB547A is #44AB85. Grayscale: #777777. Windows color (decimal): -4500358 or 8017083. OLE color: 8017083.

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

Color convert

RGB 187 84 122 -
CMYK 0 0.55 0.35 0.27
HSL 337.86º 0.43% 0.53% -
HSV(B) 337.86º 0.55% 0.73% -
XYZ 27.18 18.31 20.51 -
YUV 119.13 129.62 176.41 -
System Red Green Blue C M Y K H S L
Decimal 187 84 122 0 0.55 0.35 0.27 337.86 0.43 0.53
Hex BB 54 7A 0 37 23 1B 152 2B 35
Octal 273 124 172 0 67 43 33 522 53 65
Binary 10111011 1010100 1111010 0 110111 100011 11011 101010010 101011 110101

Color Harmonies of #BB547A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB547A

Black with #BB547A

Text Example


Text Example

White with #BB547A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB547A; }

 p { color: rgb(187,84,122); }

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

background-color css

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

 a { background-color: rgb(187,84,122); }

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

border-color css

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

 span { border-color: rgb(187,84,122); }

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