Html Css Color HEX #BC4274 Royal Heath

📋 copy color: '#BC4274'

red 188 ◦ green 66 ◦ blue 116

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

Shades of Royal Heath #BC4274

Tints of Royal Heath #BC4274

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.84%

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

R = 50.81%
G = 17.84%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC4274 (or 0xBC4274) is known color: Royal Heath. HEX triplet: BC, 42 and 74. RGB value is (188,66,116). Sum of RGB (Red+Green+Blue) = 188+66+116=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4274 is #43BD8B. Grayscale: #6C6C6C. Windows color (decimal): -4439436 or 7619260. OLE color: 7619260.

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

Color convert

RGB 188 66 116 -
CMYK 0 0.65 0.38 0.26
HSL 335.41º 0.48% 0.5% -
HSV(B) 335.41º 0.65% 0.74% -
XYZ 25.84 15.85 18.22 -
YUV 108.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 188 66 116 0 0.65 0.38 0.26 335.41 0.48 0.5
Hex BC 42 74 0 41 26 1A 14F 30 32
Octal 274 102 164 0 101 46 32 517 60 62
Binary 10111100 1000010 1110100 0 1000001 100110 11010 101001111 110000 110010

Color Harmonies of #BC4274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4274

Black with #BC4274

Text Example


Text Example

White with #BC4274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4274; }

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

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

background-color css

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

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

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

border-color css

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

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

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