Html Css Color HEX #BC466C Royal Heath

📋 copy color: '#BC466C'

red 188 ◦ green 70 ◦ blue 108

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

Shades of Royal Heath #BC466C

Tints of Royal Heath #BC466C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

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

R = 51.37%
G = 19.13%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC466C (or 0xBC466C) is known color: Royal Heath. HEX triplet: BC, 46 and 6C. RGB value is (188,70,108). Sum of RGB (Red+Green+Blue) = 188+70+108=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC466C is #43B993. Grayscale: #6D6D6D. Windows color (decimal): -4438420 or 7095996. OLE color: 7095996.

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

Color convert

RGB 188 70 108 -
CMYK 0 0.63 0.43 0.26
HSL 340.68º 0.47% 0.51% -
HSV(B) 340.68º 0.63% 0.74% -
XYZ 25.64 16.15 15.95 -
YUV 109.61 127.09 183.91 -
System Red Green Blue C M Y K H S L
Decimal 188 70 108 0 0.63 0.43 0.26 340.68 0.47 0.51
Hex BC 46 6C 0 3F 2B 1A 155 2F 33
Octal 274 106 154 0 77 53 32 525 57 63
Binary 10111100 1000110 1101100 0 111111 101011 11010 101010101 101111 110011

Color Harmonies of #BC466C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC466C

Black with #BC466C

Text Example


Text Example

White with #BC466C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC466C; }

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

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

background-color css

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

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

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

border-color css

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

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

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