Html Css Color HEX #BC4A6D Royal Heath

📋 copy color: '#BC4A6D'

red 188 ◦ green 74 ◦ blue 109

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

Shades of Royal Heath #BC4A6D

Tints of Royal Heath #BC4A6D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.95%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 50.67%
G = 19.95%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC4A6D (or 0xBC4A6D) is known color: Royal Heath. HEX triplet: BC, 4A and 6D. RGB value is (188,74,109). Sum of RGB (Red+Green+Blue) = 188+74+109=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4A6D is #43B592. Grayscale: #707070. Windows color (decimal): -4437395 or 7162556. OLE color: 7162556.

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

Color convert

RGB 188 74 109 -
CMYK 0 0.61 0.42 0.26
HSL 341.58º 0.46% 0.51% -
HSV(B) 341.58º 0.61% 0.74% -
XYZ 25.95 16.69 16.32 -
YUV 112.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 188 74 109 0 0.61 0.42 0.26 341.58 0.46 0.51
Hex BC 4A 6D 0 3D 2A 1A 156 2E 33
Octal 274 112 155 0 75 52 32 526 56 63
Binary 10111100 1001010 1101101 0 111101 101010 11010 101010110 101110 110011

Color Harmonies of #BC4A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A6D

Black with #BC4A6D

Text Example


Text Example

White with #BC4A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A6D; }

 p { color: rgb(188,74,109); }

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

background-color css

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

 a { background-color: rgb(188,74,109); }

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

border-color css

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

 span { border-color: rgb(188,74,109); }

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