Html Css Color HEX #BB4A6E Royal Heath

📋 copy color: '#BB4A6E'

red 187 ◦ green 74 ◦ blue 110

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

Shades of Royal Heath #BB4A6E

Tints of Royal Heath #BB4A6E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

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

R = 50.4%
G = 19.95%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB4A6E (or 0xBB4A6E) is known color: Royal Heath. HEX triplet: BB, 4A and 6E. RGB value is (187,74,110). Sum of RGB (Red+Green+Blue) = 187+74+110=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A6E is #44B591. Grayscale: #6F6F6F. Windows color (decimal): -4502930 or 7228091. OLE color: 7228091.

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

Color convert

RGB 187 74 110 -
CMYK 0 0.60 0.41 0.27
HSL 340.88º 0.45% 0.51% -
HSV(B) 340.88º 0.6% 0.73% -
XYZ 25.76 16.59 16.6 -
YUV 111.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 187 74 110 0 0.60 0.41 0.27 340.88 0.45 0.51
Hex BB 4A 6E 0 3C 29 1B 155 2D 33
Octal 273 112 156 0 74 51 33 525 55 63
Binary 10111011 1001010 1101110 0 111100 101001 11011 101010101 101101 110011

Color Harmonies of #BB4A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A6E

Black with #BB4A6E

Text Example


Text Example

White with #BB4A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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