Html Css Color HEX #BB356E Royal Heath

📋 copy color: '#BB356E'

red 187 ◦ green 53 ◦ blue 110

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

Shades of Royal Heath #BB356E

Tints of Royal Heath #BB356E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

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

R = 53.43%
G = 15.14%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB356E (or 0xBB356E) is known color: Royal Heath. HEX triplet: BB, 35 and 6E. RGB value is (187,53,110). Sum of RGB (Red+Green+Blue) = 187+53+110=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB356E is #44CA91. Grayscale: #636363. Windows color (decimal): -4508306 or 7222715. OLE color: 7222715.

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

Color convert

RGB 187 53 110 -
CMYK 0 0.72 0.41 0.27
HSL 334.48º 0.56% 0.47% -
HSV(B) 334.48º 0.72% 0.73% -
XYZ 24.58 14.24 16.2 -
YUV 99.56 133.89 190.37 -
System Red Green Blue C M Y K H S L
Decimal 187 53 110 0 0.72 0.41 0.27 334.48 0.56 0.47
Hex BB 35 6E 0 48 29 1B 14E 38 2F
Octal 273 65 156 0 110 51 33 516 70 57
Binary 10111011 110101 1101110 0 1001000 101001 11011 101001110 111000 101111

Color Harmonies of #BB356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB356E

Black with #BB356E

Text Example


Text Example

White with #BB356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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