Html Css Color HEX #BC406E Royal Heath

📋 copy color: '#BC406E'

red 188 ◦ green 64 ◦ blue 110

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

Shades of Royal Heath #BC406E

Tints of Royal Heath #BC406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.68%

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

R = 51.93%
G = 17.68%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC406E (or 0xBC406E) is known color: Royal Heath. HEX triplet: BC, 40 and 6E. RGB value is (188,64,110). Sum of RGB (Red+Green+Blue) = 188+64+110=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 64 (25.39% from 255 or 17.68% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC406E is #43BF91. Grayscale: #6A6A6A. Windows color (decimal): -4439954 or 7225532. OLE color: 7225532.

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

Color convert

RGB 188 64 110 -
CMYK 0 0.66 0.41 0.26
HSL 337.74º 0.49% 0.49% -
HSV(B) 337.74º 0.66% 0.74% -
XYZ 25.39 15.48 16.4 -
YUV 106.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 188 64 110 0 0.66 0.41 0.26 337.74 0.49 0.49
Hex BC 40 6E 0 42 29 1A 152 31 31
Octal 274 100 156 0 102 51 32 522 61 61
Binary 10111100 1000000 1101110 0 1000010 101001 11010 101010010 110001 110001

Color Harmonies of #BC406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC406E

Black with #BC406E

Text Example


Text Example

White with #BC406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC406E; }

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

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

background-color css

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

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

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

border-color css

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

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

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