Html Css Color HEX #BB4173 Royal Heath

📋 copy color: '#BB4173'

red 187 ◦ green 65 ◦ blue 115

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

Shades of Royal Heath #BB4173

Tints of Royal Heath #BB4173

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.71%

 BLUE value IS 115 (45.31% from 255) = 31.34%

R = 50.95%
G = 17.71%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB4173 (or 0xBB4173) is known color: Royal Heath. HEX triplet: BB, 41 and 73. RGB value is (187,65,115). Sum of RGB (Red+Green+Blue) = 187+65+115=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 65 (25.78% from 255 or 17.71% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4173 is #44BE8C. Grayscale: #6B6B6B. Windows color (decimal): -4505229 or 7553467. OLE color: 7553467.

HSL color Cylindrical-coordinate representation of color #BB4173: hue angle of 335.41º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4173 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 115 -
CMYK 0 0.65 0.39 0.27
HSL 335.41º 0.48% 0.49% -
HSV(B) 335.41º 0.65% 0.73% -
XYZ 25.48 15.58 17.88 -
YUV 107.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 187 65 115 0 0.65 0.39 0.27 335.41 0.48 0.49
Hex BB 41 73 0 41 27 1B 14F 30 31
Octal 273 101 163 0 101 47 33 517 60 61
Binary 10111011 1000001 1110011 0 1000001 100111 11011 101001111 110000 110001

Color Harmonies of #BB4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4173

Black with #BB4173

Text Example


Text Example

White with #BB4173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4173; }

 p { color: rgb(187,65,115); }

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

background-color css

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

 a { background-color: rgb(187,65,115); }

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

border-color css

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

 span { border-color: rgb(187,65,115); }

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