Html Css Color HEX #BC436A Royal Heath

📋 copy color: '#BC436A'

red 188 ◦ green 67 ◦ blue 106

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

Shades of Royal Heath #BC436A

Tints of Royal Heath #BC436A

RGB

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

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

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

R = 52.08%
G = 18.56%
B = 29.36%

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

#BC436A (or 0xBC436A) is known color: Royal Heath. HEX triplet: BC, 43 and 6A. RGB value is (188,67,106). Sum of RGB (Red+Green+Blue) = 188+67+106=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC436A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC436A is #43BC95. Grayscale: #6B6B6B. Windows color (decimal): -4439190 or 6964156. OLE color: 6964156.

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

Color convert

RGB 188 67 106 -
CMYK 0 0.64 0.44 0.26
HSL 340.66º 0.47% 0.5% -
HSV(B) 340.66º 0.64% 0.74% -
XYZ 25.35 15.75 15.34 -
YUV 107.63 127.09 185.33 -
System Red Green Blue C M Y K H S L
Decimal 188 67 106 0 0.64 0.44 0.26 340.66 0.47 0.5
Hex BC 43 6A 0 40 2C 1A 155 2F 32
Octal 274 103 152 0 100 54 32 525 57 62
Binary 10111100 1000011 1101010 0 1000000 101100 11010 101010101 101111 110010

Color Harmonies of #BC436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC436A

Black with #BC436A

Text Example


Text Example

White with #BC436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC436A; }

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

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

background-color css

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

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

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

border-color css

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

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

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