Html Css Color HEX #BC446A Royal Heath

📋 copy color: '#BC446A'

red 188 ◦ green 68 ◦ blue 106

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

Shades of Royal Heath #BC446A

Tints of Royal Heath #BC446A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.78%

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 51.93%
G = 18.78%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC446A (or 0xBC446A) is known color: Royal Heath. HEX triplet: BC, 44 and 6A. RGB value is (188,68,106). Sum of RGB (Red+Green+Blue) = 188+68+106=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC446A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC446A is #43BB95. Grayscale: #6C6C6C. Windows color (decimal): -4438934 or 6964412. OLE color: 6964412.

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

Color convert

RGB 188 68 106 -
CMYK 0 0.64 0.44 0.26
HSL 341º 0.47% 0.5% -
HSV(B) 341º 0.64% 0.74% -
XYZ 25.41 15.87 15.36 -
YUV 108.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 188 68 106 0 0.64 0.44 0.26 341 0.47 0.5
Hex BC 44 6A 0 40 2C 1A 155 2F 32
Octal 274 104 152 0 100 54 32 525 57 62
Binary 10111100 1000100 1101010 0 1000000 101100 11010 101010101 101111 110010

Color Harmonies of #BC446A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC446A

Black with #BC446A

Text Example


Text Example

White with #BC446A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC446A; }

 p { color: rgb(188,68,106); }

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

background-color css

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

 a { background-color: rgb(188,68,106); }

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

border-color css

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

 span { border-color: rgb(188,68,106); }

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