Html Css Color HEX #BC386C Royal Heath

📋 copy color: '#BC386C'

red 188 ◦ green 56 ◦ blue 108

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

Shades of Royal Heath #BC386C

Tints of Royal Heath #BC386C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.68%

R = 53.41%
G = 15.91%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC386C (or 0xBC386C) is known color: Royal Heath. HEX triplet: BC, 38 and 6C. RGB value is (188,56,108). Sum of RGB (Red+Green+Blue) = 188+56+108=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC386C is #43C793. Grayscale: #656565. Windows color (decimal): -4442004 or 7092412. OLE color: 7092412.

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

Color convert

RGB 188 56 108 -
CMYK 0 0.70 0.43 0.26
HSL 336.36º 0.54% 0.48% -
HSV(B) 336.36º 0.7% 0.74% -
XYZ 24.86 14.6 15.7 -
YUV 101.4 131.73 189.77 -
System Red Green Blue C M Y K H S L
Decimal 188 56 108 0 0.70 0.43 0.26 336.36 0.54 0.48
Hex BC 38 6C 0 46 2B 1A 150 36 30
Octal 274 70 154 0 106 53 32 520 66 60
Binary 10111100 111000 1101100 0 1000110 101011 11010 101010000 110110 110000

Color Harmonies of #BC386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC386C

Black with #BC386C

Text Example


Text Example

White with #BC386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC386C; }

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

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

background-color css

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

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

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

border-color css

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

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

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