Html Css Color HEX #BC5274 Royal Heath

📋 copy color: '#BC5274'

red 188 ◦ green 82 ◦ blue 116

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

Shades of Royal Heath #BC5274

Tints of Royal Heath #BC5274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.24%

 BLUE value IS 116 (45.7% from 255) = 30.05%

R = 48.7%
G = 21.24%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC5274 (or 0xBC5274) is known color: Royal Heath. HEX triplet: BC, 52 and 74. RGB value is (188,82,116). Sum of RGB (Red+Green+Blue) = 188+82+116=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5274 is #43AD8B. Grayscale: #757575. Windows color (decimal): -4435340 or 7623356. OLE color: 7623356.

HSL color Cylindrical-coordinate representation of color #BC5274: hue angle of 340.75º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5274 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 116 -
CMYK 0 0.56 0.38 0.26
HSL 340.75º 0.44% 0.53% -
HSV(B) 340.75º 0.56% 0.74% -
XYZ 26.91 17.99 18.58 -
YUV 117.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 188 82 116 0 0.56 0.38 0.26 340.75 0.44 0.53
Hex BC 52 74 0 38 26 1A 155 2C 35
Octal 274 122 164 0 70 46 32 525 54 65
Binary 10111100 1010010 1110100 0 111000 100110 11010 101010101 101100 110101

Color Harmonies of #BC5274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5274

Black with #BC5274

Text Example


Text Example

White with #BC5274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5274; }

 p { color: rgb(188,82,116); }

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

background-color css

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

 a { background-color: rgb(188,82,116); }

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

border-color css

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

 span { border-color: rgb(188,82,116); }

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