Html Css Color HEX #BC4067 Royal Heath

📋 copy color: '#BC4067'

red 188 ◦ green 64 ◦ blue 103

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

Shades of Royal Heath #BC4067

Tints of Royal Heath #BC4067

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

 BLUE value IS 103 (40.63% from 255) = 29.01%

R = 52.96%
G = 18.03%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC4067 (or 0xBC4067) is known color: Royal Heath. HEX triplet: BC, 40 and 67. RGB value is (188,64,103). Sum of RGB (Red+Green+Blue) = 188+64+103=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4067 is #43BF98. Grayscale: #696969. Windows color (decimal): -4439961 or 6766780. OLE color: 6766780.

HSL color Cylindrical-coordinate representation of color #BC4067: hue angle of 341.13º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4067 is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 103 -
CMYK 0 0.66 0.45 0.26
HSL 341.13º 0.49% 0.49% -
HSV(B) 341.13º 0.66% 0.74% -
XYZ 25.02 15.34 14.47 -
YUV 105.52 126.58 186.83 -
System Red Green Blue C M Y K H S L
Decimal 188 64 103 0 0.66 0.45 0.26 341.13 0.49 0.49
Hex BC 40 67 0 42 2D 1A 155 31 31
Octal 274 100 147 0 102 55 32 525 61 61
Binary 10111100 1000000 1100111 0 1000010 101101 11010 101010101 110001 110001

Color Harmonies of #BC4067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4067

Black with #BC4067

Text Example


Text Example

White with #BC4067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4067; }

 p { color: rgb(188,64,103); }

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

background-color css

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

 a { background-color: rgb(188,64,103); }

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

border-color css

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

 span { border-color: rgb(188,64,103); }

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