Html Css Color HEX #BC456A Royal Heath

📋 copy color: '#BC456A'

red 188 ◦ green 69 ◦ blue 106

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

Shades of Royal Heath #BC456A

Tints of Royal Heath #BC456A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.2%

R = 51.79%
G = 19.01%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC456A (or 0xBC456A) is known color: Royal Heath. HEX triplet: BC, 45 and 6A. RGB value is (188,69,106). Sum of RGB (Red+Green+Blue) = 188+69+106=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 69 (27.34% from 255 or 19.01% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC456A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC456A is #43BA95. Grayscale: #6C6C6C. Windows color (decimal): -4438678 or 6964668. OLE color: 6964668.

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

Color convert

RGB 188 69 106 -
CMYK 0 0.63 0.44 0.26
HSL 341.34º 0.47% 0.5% -
HSV(B) 341.34º 0.63% 0.74% -
XYZ 25.47 15.99 15.38 -
YUV 108.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 188 69 106 0 0.63 0.44 0.26 341.34 0.47 0.5
Hex BC 45 6A 0 3F 2C 1A 155 2F 32
Octal 274 105 152 0 77 54 32 525 57 62
Binary 10111100 1000101 1101010 0 111111 101100 11010 101010101 101111 110010

Color Harmonies of #BC456A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC456A

Black with #BC456A

Text Example


Text Example

White with #BC456A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC456A; }

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

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

background-color css

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

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

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

border-color css

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

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

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