Html Css Color HEX #BC4374 Royal Heath

📋 copy color: '#BC4374'

red 188 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #BC4374

Tints of Royal Heath #BC4374

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.06%

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

R = 50.67%
G = 18.06%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC4374 (or 0xBC4374) is known color: Royal Heath. HEX triplet: BC, 43 and 74. RGB value is (188,67,116). Sum of RGB (Red+Green+Blue) = 188+67+116=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4374 is #43BC8B. Grayscale: #6C6C6C. Windows color (decimal): -4439180 or 7619516. OLE color: 7619516.

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

Color convert

RGB 188 67 116 -
CMYK 0 0.64 0.38 0.26
HSL 335.7º 0.47% 0.5% -
HSV(B) 335.7º 0.64% 0.74% -
XYZ 25.9 15.97 18.24 -
YUV 108.77 132.09 184.52 -
System Red Green Blue C M Y K H S L
Decimal 188 67 116 0 0.64 0.38 0.26 335.7 0.47 0.5
Hex BC 43 74 0 40 26 1A 150 2F 32
Octal 274 103 164 0 100 46 32 520 57 62
Binary 10111100 1000011 1110100 0 1000000 100110 11010 101010000 101111 110010

Color Harmonies of #BC4374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4374

Black with #BC4374

Text Example


Text Example

White with #BC4374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4374; }

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

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

background-color css

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

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

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

border-color css

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

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

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