Html Css Color HEX #BC4069 Royal Heath

📋 copy color: '#BC4069'

red 188 ◦ green 64 ◦ blue 105

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

Shades of Royal Heath #BC4069

Tints of Royal Heath #BC4069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 52.66%
G = 17.93%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC4069 (or 0xBC4069) is known color: Royal Heath. HEX triplet: BC, 40 and 69. RGB value is (188,64,105). Sum of RGB (Red+Green+Blue) = 188+64+105=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4069 is #43BF96. Grayscale: #696969. Windows color (decimal): -4439959 or 6897852. OLE color: 6897852.

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

Color convert

RGB 188 64 105 -
CMYK 0 0.66 0.44 0.26
HSL 340.16º 0.49% 0.49% -
HSV(B) 340.16º 0.66% 0.74% -
XYZ 25.12 15.38 15.01 -
YUV 105.75 127.58 186.67 -
System Red Green Blue C M Y K H S L
Decimal 188 64 105 0 0.66 0.44 0.26 340.16 0.49 0.49
Hex BC 40 69 0 42 2C 1A 154 31 31
Octal 274 100 151 0 102 54 32 524 61 61
Binary 10111100 1000000 1101001 0 1000010 101100 11010 101010100 110001 110001

Color Harmonies of #BC4069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4069

Black with #BC4069

Text Example


Text Example

White with #BC4069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4069; }

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

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

background-color css

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

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

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

border-color css

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

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

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