Html Css Color HEX #BB466D Royal Heath

📋 copy color: '#BB466D'

red 187 ◦ green 70 ◦ blue 109

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

Shades of Royal Heath #BB466D

Tints of Royal Heath #BB466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 51.09%
G = 19.13%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB466D (or 0xBB466D) is known color: Royal Heath. HEX triplet: BB, 46 and 6D. RGB value is (187,70,109). Sum of RGB (Red+Green+Blue) = 187+70+109=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB466D is #44B992. Grayscale: #6D6D6D. Windows color (decimal): -4503955 or 7161531. OLE color: 7161531.

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

Color convert

RGB 187 70 109 -
CMYK 0 0.63 0.42 0.27
HSL 340º 0.46% 0.5% -
HSV(B) 340º 0.63% 0.73% -
XYZ 25.44 16.05 16.22 -
YUV 109.43 127.76 183.33 -
System Red Green Blue C M Y K H S L
Decimal 187 70 109 0 0.63 0.42 0.27 340 0.46 0.5
Hex BB 46 6D 0 3F 2A 1B 154 2E 32
Octal 273 106 155 0 77 52 33 524 56 62
Binary 10111011 1000110 1101101 0 111111 101010 11011 101010100 101110 110010

Color Harmonies of #BB466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB466D

Black with #BB466D

Text Example


Text Example

White with #BB466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB466D; }

 p { color: rgb(187,70,109); }

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

background-color css

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

 a { background-color: rgb(187,70,109); }

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

border-color css

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

 span { border-color: rgb(187,70,109); }

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