Html Css Color HEX #BC456E Royal Heath

📋 copy color: '#BC456E'

red 188 ◦ green 69 ◦ blue 110

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

Shades of Royal Heath #BC456E

Tints of Royal Heath #BC456E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

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

R = 51.23%
G = 18.8%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC456E (or 0xBC456E) is known color: Royal Heath. HEX triplet: BC, 45 and 6E. RGB value is (188,69,110). Sum of RGB (Red+Green+Blue) = 188+69+110=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC456E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC456E is #43BA91. Grayscale: #6D6D6D. Windows color (decimal): -4438674 or 7226812. OLE color: 7226812.

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

Color convert

RGB 188 69 110 -
CMYK 0 0.63 0.41 0.26
HSL 339.33º 0.47% 0.5% -
HSV(B) 339.33º 0.63% 0.74% -
XYZ 25.68 16.07 16.5 -
YUV 109.26 128.42 184.17 -
System Red Green Blue C M Y K H S L
Decimal 188 69 110 0 0.63 0.41 0.26 339.33 0.47 0.5
Hex BC 45 6E 0 3F 29 1A 153 2F 32
Octal 274 105 156 0 77 51 32 523 57 62
Binary 10111100 1000101 1101110 0 111111 101001 11010 101010011 101111 110010

Color Harmonies of #BC456E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC456E

Black with #BC456E

Text Example


Text Example

White with #BC456E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC456E; }

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

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

background-color css

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

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

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

border-color css

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

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

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