Html Css Color HEX #BC436C Royal Heath

📋 copy color: '#BC436C'

red 188 ◦ green 67 ◦ blue 108

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

Shades of Royal Heath #BC436C

Tints of Royal Heath #BC436C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.46%

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 51.79%
G = 18.46%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC436C (or 0xBC436C) is known color: Royal Heath. HEX triplet: BC, 43 and 6C. RGB value is (188,67,108). Sum of RGB (Red+Green+Blue) = 188+67+108=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 67 (26.56% from 255 or 18.46% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC436C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC436C is #43BC93. Grayscale: #6B6B6B. Windows color (decimal): -4439188 or 7095228. OLE color: 7095228.

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

Color convert

RGB 188 67 108 -
CMYK 0 0.64 0.43 0.26
HSL 339.67º 0.47% 0.5% -
HSV(B) 339.67º 0.64% 0.74% -
XYZ 25.45 15.79 15.89 -
YUV 107.85 128.09 185.17 -
System Red Green Blue C M Y K H S L
Decimal 188 67 108 0 0.64 0.43 0.26 339.67 0.47 0.5
Hex BC 43 6C 0 40 2B 1A 154 2F 32
Octal 274 103 154 0 100 53 32 524 57 62
Binary 10111100 1000011 1101100 0 1000000 101011 11010 101010100 101111 110010

Color Harmonies of #BC436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC436C

Black with #BC436C

Text Example


Text Example

White with #BC436C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC436C; }

 p { color: rgb(188,67,108); }

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

background-color css

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

 a { background-color: rgb(188,67,108); }

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

border-color css

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

 span { border-color: rgb(188,67,108); }

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