Html Css Color HEX #BB366E Royal Heath

📋 copy color: '#BB366E'

red 187 ◦ green 54 ◦ blue 110

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

Shades of Royal Heath #BB366E

Tints of Royal Heath #BB366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.38%

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

R = 53.28%
G = 15.38%
B = 31.34%

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

#BB366E (or 0xBB366E) is known color: Royal Heath. HEX triplet: BB, 36 and 6E. RGB value is (187,54,110). Sum of RGB (Red+Green+Blue) = 187+54+110=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 54 (21.48% from 255 or 15.38% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB366E is #44C991. Grayscale: #646464. Windows color (decimal): -4508050 or 7222971. OLE color: 7222971.

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

Color convert

RGB 187 54 110 -
CMYK 0 0.71 0.41 0.27
HSL 334.74º 0.55% 0.47% -
HSV(B) 334.74º 0.71% 0.73% -
XYZ 24.63 14.33 16.22 -
YUV 100.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 187 54 110 0 0.71 0.41 0.27 334.74 0.55 0.47
Hex BB 36 6E 0 47 29 1B 14F 37 2F
Octal 273 66 156 0 107 51 33 517 67 57
Binary 10111011 110110 1101110 0 1000111 101001 11011 101001111 110111 101111

Color Harmonies of #BB366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB366E

Black with #BB366E

Text Example


Text Example

White with #BB366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB366E; }

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

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

background-color css

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

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

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

border-color css

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

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

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