Html Css Color HEX #BC4176 Royal Heath

📋 copy color: '#BC4176'

red 188 ◦ green 65 ◦ blue 118

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

Shades of Royal Heath #BC4176

Tints of Royal Heath #BC4176

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

 BLUE value IS 118 (46.48% from 255) = 31.81%

R = 50.67%
G = 17.52%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BC4176 (or 0xBC4176) is known color: Royal Heath. HEX triplet: BC, 41 and 76. RGB value is (188,65,118). Sum of RGB (Red+Green+Blue) = 188+65+118=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4176 is #43BE89. Grayscale: #6B6B6B. Windows color (decimal): -4439690 or 7750076. OLE color: 7750076.

HSL color Cylindrical-coordinate representation of color #BC4176: hue angle of 334.15º degrees, saturation: 0.49, 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 #BC4176 is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 118 -
CMYK 0 0.65 0.37 0.26
HSL 334.15º 0.49% 0.5% -
HSV(B) 334.15º 0.65% 0.74% -
XYZ 25.9 15.78 18.82 -
YUV 107.82 133.75 185.19 -
System Red Green Blue C M Y K H S L
Decimal 188 65 118 0 0.65 0.37 0.26 334.15 0.49 0.5
Hex BC 41 76 0 41 25 1A 14E 31 32
Octal 274 101 166 0 101 45 32 516 61 62
Binary 10111100 1000001 1110110 0 1000001 100101 11010 101001110 110001 110010

Color Harmonies of #BC4176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4176

Black with #BC4176

Text Example


Text Example

White with #BC4176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4176; }

 p { color: rgb(188,65,118); }

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

background-color css

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

 a { background-color: rgb(188,65,118); }

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

border-color css

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

 span { border-color: rgb(188,65,118); }

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