Html Css Color HEX #BC4675 Royal Heath

📋 copy color: '#BC4675'

red 188 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #BC4675

Tints of Royal Heath #BC4675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 50.13%
G = 18.67%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC4675 (or 0xBC4675) is known color: Royal Heath. HEX triplet: BC, 46 and 75. RGB value is (188,70,117). Sum of RGB (Red+Green+Blue) = 188+70+117=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4675 is #43B98A. Grayscale: #6E6E6E. Windows color (decimal): -4438411 or 7685820. OLE color: 7685820.

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

Color convert

RGB 188 70 117 -
CMYK 0 0.63 0.38 0.26
HSL 336.1º 0.47% 0.51% -
HSV(B) 336.1º 0.63% 0.74% -
XYZ 26.14 16.36 18.61 -
YUV 110.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 188 70 117 0 0.63 0.38 0.26 336.1 0.47 0.51
Hex BC 46 75 0 3F 26 1A 150 2F 33
Octal 274 106 165 0 77 46 32 520 57 63
Binary 10111100 1000110 1110101 0 111111 100110 11010 101010000 101111 110011

Color Harmonies of #BC4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4675

Black with #BC4675

Text Example


Text Example

White with #BC4675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4675; }

 p { color: rgb(188,70,117); }

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

background-color css

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

 a { background-color: rgb(188,70,117); }

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

border-color css

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

 span { border-color: rgb(188,70,117); }

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