Html Css Color HEX #BC436F Royal Heath

📋 copy color: '#BC436F'

red 188 ◦ green 67 ◦ blue 111

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

Shades of Royal Heath #BC436F

Tints of Royal Heath #BC436F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 51.37%
G = 18.31%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC436F (or 0xBC436F) is known color: Royal Heath. HEX triplet: BC, 43 and 6F. RGB value is (188,67,111). Sum of RGB (Red+Green+Blue) = 188+67+111=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 67 (26.56% from 255 or 18.31% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BC436F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC436F is #43BC90. Grayscale: #6C6C6C. Windows color (decimal): -4439185 or 7291836. OLE color: 7291836.

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

Color convert

RGB 188 67 111 -
CMYK 0 0.64 0.41 0.26
HSL 338.18º 0.47% 0.5% -
HSV(B) 338.18º 0.64% 0.74% -
XYZ 25.62 15.85 16.75 -
YUV 108.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 188 67 111 0 0.64 0.41 0.26 338.18 0.47 0.5
Hex BC 43 6F 0 40 29 1A 152 2F 32
Octal 274 103 157 0 100 51 32 522 57 62
Binary 10111100 1000011 1101111 0 1000000 101001 11010 101010010 101111 110010

Color Harmonies of #BC436F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC436F

Black with #BC436F

Text Example


Text Example

White with #BC436F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC436F; }

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

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

background-color css

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

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

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

border-color css

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

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

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