Html Css Color HEX #BC8037 Mandalay

📋 copy color: '#BC8037'

red 188 ◦ green 128 ◦ blue 55

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

Shades of Mandalay #BC8037

Tints of Mandalay #BC8037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 14.82%

R = 50.67%
G = 34.5%
B = 14.82%

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

#BC8037 (or 0xBC8037) is known color: Mandalay. HEX triplet: BC, 80 and 37. RGB value is (188,128,55). Sum of RGB (Red+Green+Blue) = 188+128+55=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 55 (21.88% from 255 or 14.82% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8037 is #437FC8. Grayscale: #898989. Windows color (decimal): -4423625 or 3637436. OLE color: 3637436.

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

Color convert

RGB 188 128 55 -
CMYK 0 0.32 0.71 0.26
HSL 32.93º 0.55% 0.48% -
HSV(B) 32.93º 0.71% 0.74% -
XYZ 29.15 26.41 7.17 -
YUV 137.62 81.38 163.94 -
System Red Green Blue C M Y K H S L
Decimal 188 128 55 0 0.32 0.71 0.26 32.93 0.55 0.48
Hex BC 80 37 0 20 47 1A 21 37 30
Octal 274 200 67 0 40 107 32 41 67 60
Binary 10111100 10000000 110111 0 100000 1000111 11010 100001 110111 110000

Color Harmonies of #BC8037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8037

Black with #BC8037

Text Example


Text Example

White with #BC8037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8037; }

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

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

background-color css

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

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

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

border-color css

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

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

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