Html Css Color HEX #BC386F Royal Heath

📋 copy color: '#BC386F'

red 188 ◦ green 56 ◦ blue 111

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

Shades of Royal Heath #BC386F

Tints of Royal Heath #BC386F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.77%

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

R = 52.96%
G = 15.77%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC386F (or 0xBC386F) is known color: Royal Heath. HEX triplet: BC, 38 and 6F. RGB value is (188,56,111). Sum of RGB (Red+Green+Blue) = 188+56+111=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC386F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC386F is #43C790. Grayscale: #656565. Windows color (decimal): -4442001 or 7289020. OLE color: 7289020.

HSL color Cylindrical-coordinate representation of color #BC386F: hue angle of 335º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC386F is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 56 111 -
CMYK 0 0.70 0.41 0.26
HSL 335º 0.54% 0.48% -
HSV(B) 335º 0.7% 0.74% -
XYZ 25.02 14.67 16.55 -
YUV 101.74 133.23 189.53 -
System Red Green Blue C M Y K H S L
Decimal 188 56 111 0 0.70 0.41 0.26 335 0.54 0.48
Hex BC 38 6F 0 46 29 1A 14F 36 30
Octal 274 70 157 0 106 51 32 517 66 60
Binary 10111100 111000 1101111 0 1000110 101001 11010 101001111 110110 110000

Color Harmonies of #BC386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC386F

Black with #BC386F

Text Example


Text Example

White with #BC386F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC386F; }

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

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

background-color css

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

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

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

border-color css

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

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

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