Html Css Color HEX #BC4373 Royal Heath

📋 copy color: '#BC4373'

red 188 ◦ green 67 ◦ blue 115

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

Shades of Royal Heath #BC4373

Tints of Royal Heath #BC4373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.08%

R = 50.81%
G = 18.11%
B = 31.08%

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

#BC4373 (or 0xBC4373) is known color: Royal Heath. HEX triplet: BC, 43 and 73. RGB value is (188,67,115). Sum of RGB (Red+Green+Blue) = 188+67+115=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4373 is #43BC8C. Grayscale: #6C6C6C. Windows color (decimal): -4439181 or 7553980. OLE color: 7553980.

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

Color convert

RGB 188 67 115 -
CMYK 0 0.64 0.39 0.26
HSL 336.2º 0.47% 0.5% -
HSV(B) 336.2º 0.64% 0.74% -
XYZ 25.84 15.94 17.94 -
YUV 108.65 131.59 184.6 -
System Red Green Blue C M Y K H S L
Decimal 188 67 115 0 0.64 0.39 0.26 336.2 0.47 0.5
Hex BC 43 73 0 40 27 1A 150 2F 32
Octal 274 103 163 0 100 47 32 520 57 62
Binary 10111100 1000011 1110011 0 1000000 100111 11010 101010000 101111 110010

Color Harmonies of #BC4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4373

Black with #BC4373

Text Example


Text Example

White with #BC4373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4373; }

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

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

background-color css

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

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

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

border-color css

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

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

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