Html Css Color HEX #BB376D Royal Heath

📋 copy color: '#BB376D'

red 187 ◦ green 55 ◦ blue 109

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

Shades of Royal Heath #BB376D

Tints of Royal Heath #BB376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

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

R = 53.28%
G = 15.67%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB376D (or 0xBB376D) is known color: Royal Heath. HEX triplet: BB, 37 and 6D. RGB value is (187,55,109). Sum of RGB (Red+Green+Blue) = 187+55+109=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB376D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB376D is #44C892. Grayscale: #646464. Windows color (decimal): -4507795 or 7157691. OLE color: 7157691.

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

Color convert

RGB 187 55 109 -
CMYK 0 0.71 0.42 0.27
HSL 335.45º 0.55% 0.47% -
HSV(B) 335.45º 0.71% 0.73% -
XYZ 24.62 14.4 15.95 -
YUV 100.62 132.73 189.61 -
System Red Green Blue C M Y K H S L
Decimal 187 55 109 0 0.71 0.42 0.27 335.45 0.55 0.47
Hex BB 37 6D 0 47 2A 1B 14F 37 2F
Octal 273 67 155 0 107 52 33 517 67 57
Binary 10111011 110111 1101101 0 1000111 101010 11011 101001111 110111 101111

Color Harmonies of #BB376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB376D

Black with #BB376D

Text Example


Text Example

White with #BB376D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB376D; }

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

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

background-color css

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

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

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

border-color css

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

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

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