Html Css Color HEX #BB477A Royal Heath

📋 copy color: '#BB477A'

red 187 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #BB477A

Tints of Royal Heath #BB477A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.68%

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

R = 49.21%
G = 18.68%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB477A (or 0xBB477A) is known color: Royal Heath. HEX triplet: BB, 47 and 7A. RGB value is (187,71,122). Sum of RGB (Red+Green+Blue) = 187+71+122=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB477A is #44B885. Grayscale: #6F6F6F. Windows color (decimal): -4503686 or 8013755. OLE color: 8013755.

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

Color convert

RGB 187 71 122 -
CMYK 0 0.62 0.35 0.27
HSL 333.62º 0.46% 0.51% -
HSV(B) 333.62º 0.62% 0.73% -
XYZ 26.26 16.48 20.21 -
YUV 111.5 133.93 181.85 -
System Red Green Blue C M Y K H S L
Decimal 187 71 122 0 0.62 0.35 0.27 333.62 0.46 0.51
Hex BB 47 7A 0 3E 23 1B 14E 2E 33
Octal 273 107 172 0 76 43 33 516 56 63
Binary 10111011 1000111 1111010 0 111110 100011 11011 101001110 101110 110011

Color Harmonies of #BB477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB477A

Black with #BB477A

Text Example


Text Example

White with #BB477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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