Html Css Color HEX #BC446E Royal Heath

📋 copy color: '#BC446E'

red 188 ◦ green 68 ◦ blue 110

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

Shades of Royal Heath #BC446E

Tints of Royal Heath #BC446E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.58%

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

R = 51.37%
G = 18.58%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC446E (or 0xBC446E) is known color: Royal Heath. HEX triplet: BC, 44 and 6E. RGB value is (188,68,110). Sum of RGB (Red+Green+Blue) = 188+68+110=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC446E is #43BB91. Grayscale: #6C6C6C. Windows color (decimal): -4438930 or 7226556. OLE color: 7226556.

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

Color convert

RGB 188 68 110 -
CMYK 0 0.64 0.41 0.26
HSL 339º 0.47% 0.5% -
HSV(B) 339º 0.64% 0.74% -
XYZ 25.62 15.95 16.48 -
YUV 108.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 188 68 110 0 0.64 0.41 0.26 339 0.47 0.5
Hex BC 44 6E 0 40 29 1A 153 2F 32
Octal 274 104 156 0 100 51 32 523 57 62
Binary 10111100 1000100 1101110 0 1000000 101001 11010 101010011 101111 110010

Color Harmonies of #BC446E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC446E

Black with #BC446E

Text Example


Text Example

White with #BC446E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC446E; }

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

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

background-color css

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

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

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

border-color css

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

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

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