Html Css Color HEX #BC446F Royal Heath

📋 copy color: '#BC446F'

red 188 ◦ green 68 ◦ blue 111

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

Shades of Royal Heath #BC446F

Tints of Royal Heath #BC446F

RGB

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

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

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

R = 51.23%
G = 18.53%
B = 30.25%

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

#BC446F (or 0xBC446F) is known color: Royal Heath. HEX triplet: BC, 44 and 6F. RGB value is (188,68,111). Sum of RGB (Red+Green+Blue) = 188+68+111=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 68 (26.95% from 255 or 18.53% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC446F is #43BB90. Grayscale: #6C6C6C. Windows color (decimal): -4438929 or 7292092. OLE color: 7292092.

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

Color convert

RGB 188 68 111 -
CMYK 0 0.64 0.41 0.26
HSL 338.5º 0.47% 0.5% -
HSV(B) 338.5º 0.64% 0.74% -
XYZ 25.68 15.97 16.77 -
YUV 108.78 129.26 184.5 -
System Red Green Blue C M Y K H S L
Decimal 188 68 111 0 0.64 0.41 0.26 338.5 0.47 0.5
Hex BC 44 6F 0 40 29 1A 152 2F 32
Octal 274 104 157 0 100 51 32 522 57 62
Binary 10111100 1000100 1101111 0 1000000 101001 11010 101010010 101111 110010

Color Harmonies of #BC446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC446F

Black with #BC446F

Text Example


Text Example

White with #BC446F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC446F; }

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

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

background-color css

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

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

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

border-color css

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

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

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