Html Css Color HEX #BC8036 Mandalay

📋 copy color: '#BC8036'

red 188 ◦ green 128 ◦ blue 54

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

Shades of Mandalay #BC8036

Tints of Mandalay #BC8036

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 54 (21.48% from 255) = 14.59%

R = 50.81%
G = 34.59%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC8036 (or 0xBC8036) is known color: Mandalay. HEX triplet: BC, 80 and 36. RGB value is (188,128,54). Sum of RGB (Red+Green+Blue) = 188+128+54=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 54 (21.48% from 255 or 14.59% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8036 is #437FC9. Grayscale: #898989. Windows color (decimal): -4423626 or 3571900. OLE color: 3571900.

HSL color Cylindrical-coordinate representation of color #BC8036: hue angle of 33.13º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC8036 is Cyan = 0, Magento = 0.32, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 54 -
CMYK 0 0.32 0.71 0.26
HSL 33.13º 0.55% 0.47% -
HSV(B) 33.13º 0.71% 0.74% -
XYZ 29.12 26.4 7.05 -
YUV 137.5 80.88 164.02 -
System Red Green Blue C M Y K H S L
Decimal 188 128 54 0 0.32 0.71 0.26 33.13 0.55 0.47
Hex BC 80 36 0 20 47 1A 21 37 2F
Octal 274 200 66 0 40 107 32 41 67 57
Binary 10111100 10000000 110110 0 100000 1000111 11010 100001 110111 101111

Color Harmonies of #BC8036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8036

Black with #BC8036

Text Example


Text Example

White with #BC8036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8036; }

 p { color: rgb(188,128,54); }

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

background-color css

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

 a { background-color: rgb(188,128,54); }

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

border-color css

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

 span { border-color: rgb(188,128,54); }

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