Html Css Color HEX #BB496E Royal Heath

📋 copy color: '#BB496E'

red 187 ◦ green 73 ◦ blue 110

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

Shades of Royal Heath #BB496E

Tints of Royal Heath #BB496E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.73%

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 50.54%
G = 19.73%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB496E (or 0xBB496E) is known color: Royal Heath. HEX triplet: BB, 49 and 6E. RGB value is (187,73,110). Sum of RGB (Red+Green+Blue) = 187+73+110=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB496E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB496E is #44B691. Grayscale: #6F6F6F. Windows color (decimal): -4503186 or 7227835. OLE color: 7227835.

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

Color convert

RGB 187 73 110 -
CMYK 0 0.61 0.41 0.27
HSL 340.53º 0.46% 0.51% -
HSV(B) 340.53º 0.61% 0.73% -
XYZ 25.69 16.46 16.57 -
YUV 111.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 187 73 110 0 0.61 0.41 0.27 340.53 0.46 0.51
Hex BB 49 6E 0 3D 29 1B 155 2E 33
Octal 273 111 156 0 75 51 33 525 56 63
Binary 10111011 1001001 1101110 0 111101 101001 11011 101010101 101110 110011

Color Harmonies of #BB496E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB496E

Black with #BB496E

Text Example


Text Example

White with #BB496E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB496E; }

 p { color: rgb(187,73,110); }

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

background-color css

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

 a { background-color: rgb(187,73,110); }

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

border-color css

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

 span { border-color: rgb(187,73,110); }

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