Html Css Color HEX #BB376F Royal Heath

📋 copy color: '#BB376F'

red 187 ◦ green 55 ◦ blue 111

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

Shades of Royal Heath #BB376F

Tints of Royal Heath #BB376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 52.97%
G = 15.58%
B = 31.44%

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

#BB376F (or 0xBB376F) is known color: Royal Heath. HEX triplet: BB, 37 and 6F. RGB value is (187,55,111). Sum of RGB (Red+Green+Blue) = 187+55+111=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB376F is #44C890. Grayscale: #646464. Windows color (decimal): -4507793 or 7288763. OLE color: 7288763.

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

Color convert

RGB 187 55 111 -
CMYK 0 0.71 0.41 0.27
HSL 334.55º 0.55% 0.47% -
HSV(B) 334.55º 0.71% 0.73% -
XYZ 24.73 14.44 16.52 -
YUV 100.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 187 55 111 0 0.71 0.41 0.27 334.55 0.55 0.47
Hex BB 37 6F 0 47 29 1B 14F 37 2F
Octal 273 67 157 0 107 51 33 517 67 57
Binary 10111011 110111 1101111 0 1000111 101001 11011 101001111 110111 101111

Color Harmonies of #BB376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB376F

Black with #BB376F

Text Example


Text Example

White with #BB376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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