Html Css Color HEX #BC456F Royal Heath

📋 copy color: '#BC456F'

red 188 ◦ green 69 ◦ blue 111

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

Shades of Royal Heath #BC456F

Tints of Royal Heath #BC456F

RGB

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

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

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

R = 51.09%
G = 18.75%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC456F (or 0xBC456F) is known color: Royal Heath. HEX triplet: BC, 45 and 6F. RGB value is (188,69,111). Sum of RGB (Red+Green+Blue) = 188+69+111=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC456F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC456F is #43BA90. Grayscale: #6D6D6D. Windows color (decimal): -4438673 or 7292348. OLE color: 7292348.

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

Color convert

RGB 188 69 111 -
CMYK 0 0.63 0.41 0.26
HSL 338.82º 0.47% 0.5% -
HSV(B) 338.82º 0.63% 0.74% -
XYZ 25.74 16.1 16.79 -
YUV 109.37 128.92 184.08 -
System Red Green Blue C M Y K H S L
Decimal 188 69 111 0 0.63 0.41 0.26 338.82 0.47 0.5
Hex BC 45 6F 0 3F 29 1A 153 2F 32
Octal 274 105 157 0 77 51 32 523 57 62
Binary 10111100 1000101 1101111 0 111111 101001 11010 101010011 101111 110010

Color Harmonies of #BC456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC456F

Black with #BC456F

Text Example


Text Example

White with #BC456F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC456F; }

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

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

background-color css

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

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

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

border-color css

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

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

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