Html Css Color HEX #BC356E Royal Heath

📋 copy color: '#BC356E'

red 188 ◦ green 53 ◦ blue 110

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

Shades of Royal Heath #BC356E

Tints of Royal Heath #BC356E

RGB

 RED value IS 188 (73.83% from 255) = 53.56%

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

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

R = 53.56%
G = 15.1%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC356E (or 0xBC356E) is known color: Royal Heath. HEX triplet: BC, 35 and 6E. RGB value is (188,53,110). Sum of RGB (Red+Green+Blue) = 188+53+110=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC356E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC356E is #43CA91. Grayscale: #636363. Windows color (decimal): -4442770 or 7222716. OLE color: 7222716.

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

Color convert

RGB 188 53 110 -
CMYK 0 0.72 0.41 0.26
HSL 334.67º 0.56% 0.47% -
HSV(B) 334.67º 0.72% 0.74% -
XYZ 24.83 14.36 16.22 -
YUV 99.86 133.73 190.87 -
System Red Green Blue C M Y K H S L
Decimal 188 53 110 0 0.72 0.41 0.26 334.67 0.56 0.47
Hex BC 35 6E 0 48 29 1A 14F 38 2F
Octal 274 65 156 0 110 51 32 517 70 57
Binary 10111100 110101 1101110 0 1001000 101001 11010 101001111 111000 101111

Color Harmonies of #BC356E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC356E

Black with #BC356E

Text Example


Text Example

White with #BC356E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC356E; }

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

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

background-color css

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

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

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

border-color css

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

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

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