Html Css Color HEX #BB366D Royal Heath

📋 copy color: '#BB366D'

red 187 ◦ green 54 ◦ blue 109

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

Shades of Royal Heath #BB366D

Tints of Royal Heath #BB366D

RGB

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

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

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

R = 53.43%
G = 15.43%
B = 31.14%

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

#BB366D (or 0xBB366D) is known color: Royal Heath. HEX triplet: BB, 36 and 6D. RGB value is (187,54,109). Sum of RGB (Red+Green+Blue) = 187+54+109=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB366D is #44C992. Grayscale: #636363. Windows color (decimal): -4508051 or 7157435. OLE color: 7157435.

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

Color convert

RGB 187 54 109 -
CMYK 0 0.71 0.42 0.27
HSL 335.19º 0.55% 0.47% -
HSV(B) 335.19º 0.71% 0.73% -
XYZ 24.57 14.31 15.93 -
YUV 100.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 187 54 109 0 0.71 0.42 0.27 335.19 0.55 0.47
Hex BB 36 6D 0 47 2A 1B 14F 37 2F
Octal 273 66 155 0 107 52 33 517 67 57
Binary 10111011 110110 1101101 0 1000111 101010 11011 101001111 110111 101111

Color Harmonies of #BB366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB366D

Black with #BB366D

Text Example


Text Example

White with #BB366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB366D; }

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

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

background-color css

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

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

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

border-color css

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

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

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