Html Css Color HEX #BC4372 Royal Heath

📋 copy color: '#BC4372'

red 188 ◦ green 67 ◦ blue 114

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

Shades of Royal Heath #BC4372

Tints of Royal Heath #BC4372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 50.95%
G = 18.16%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC4372 (or 0xBC4372) is known color: Royal Heath. HEX triplet: BC, 43 and 72. RGB value is (188,67,114). Sum of RGB (Red+Green+Blue) = 188+67+114=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4372 is #43BC8D. Grayscale: #6C6C6C. Windows color (decimal): -4439182 or 7488444. OLE color: 7488444.

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

Color convert

RGB 188 67 114 -
CMYK 0 0.64 0.39 0.26
HSL 336.69º 0.47% 0.5% -
HSV(B) 336.69º 0.64% 0.74% -
XYZ 25.78 15.92 17.63 -
YUV 108.54 131.09 184.68 -
System Red Green Blue C M Y K H S L
Decimal 188 67 114 0 0.64 0.39 0.26 336.69 0.47 0.5
Hex BC 43 72 0 40 27 1A 151 2F 32
Octal 274 103 162 0 100 47 32 521 57 62
Binary 10111100 1000011 1110010 0 1000000 100111 11010 101010001 101111 110010

Color Harmonies of #BC4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4372

Black with #BC4372

Text Example


Text Example

White with #BC4372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4372; }

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

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

background-color css

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

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

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

border-color css

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

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

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