Html Css Color HEX #BC356F Royal Heath

📋 copy color: '#BC356F'

red 188 ◦ green 53 ◦ blue 111

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

Shades of Royal Heath #BC356F

Tints of Royal Heath #BC356F

RGB

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

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

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

R = 53.41%
G = 15.06%
B = 31.53%

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

#BC356F (or 0xBC356F) is known color: Royal Heath. HEX triplet: BC, 35 and 6F. RGB value is (188,53,111). Sum of RGB (Red+Green+Blue) = 188+53+111=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC356F is #43CA90. Grayscale: #636363. Windows color (decimal): -4442769 or 7288252. OLE color: 7288252.

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

Color convert

RGB 188 53 111 -
CMYK 0 0.72 0.41 0.26
HSL 334.22º 0.56% 0.47% -
HSV(B) 334.22º 0.72% 0.74% -
XYZ 24.88 14.39 16.5 -
YUV 99.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 188 53 111 0 0.72 0.41 0.26 334.22 0.56 0.47
Hex BC 35 6F 0 48 29 1A 14E 38 2F
Octal 274 65 157 0 110 51 32 516 70 57
Binary 10111100 110101 1101111 0 1001000 101001 11010 101001110 111000 101111

Color Harmonies of #BC356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC356F

Black with #BC356F

Text Example


Text Example

White with #BC356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC356F; }

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

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

background-color css

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

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

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

border-color css

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

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

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