Html Css Color HEX #BB376E Royal Heath

📋 copy color: '#BB376E'

red 187 ◦ green 55 ◦ blue 110

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

Shades of Royal Heath #BB376E

Tints of Royal Heath #BB376E

RGB

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

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

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

R = 53.13%
G = 15.63%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB376E (or 0xBB376E) is known color: Royal Heath. HEX triplet: BB, 37 and 6E. RGB value is (187,55,110). Sum of RGB (Red+Green+Blue) = 187+55+110=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB376E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB376E is #44C891. Grayscale: #646464. Windows color (decimal): -4507794 or 7223227. OLE color: 7223227.

HSL color Cylindrical-coordinate representation of color #BB376E: hue angle of 335º 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 #BB376E is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 55 110 -
CMYK 0 0.71 0.41 0.27
HSL 335º 0.55% 0.47% -
HSV(B) 335º 0.71% 0.73% -
XYZ 24.67 14.42 16.24 -
YUV 100.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 187 55 110 0 0.71 0.41 0.27 335 0.55 0.47
Hex BB 37 6E 0 47 29 1B 14F 37 2F
Octal 273 67 156 0 107 51 33 517 67 57
Binary 10111011 110111 1101110 0 1000111 101001 11011 101001111 110111 101111

Color Harmonies of #BB376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB376E

Black with #BB376E

Text Example


Text Example

White with #BB376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB376E; }

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

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

background-color css

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

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

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

border-color css

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

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

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