Html Css Color HEX #BC7E32 Mandalay

📋 copy color: '#BC7E32'

red 188 ◦ green 126 ◦ blue 50

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

Shades of Mandalay #BC7E32

Tints of Mandalay #BC7E32

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.62%

 BLUE value IS 50 (19.92% from 255) = 13.74%

R = 51.65%
G = 34.62%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC7E32 (or 0xBC7E32) is known color: Mandalay. HEX triplet: BC, 7E and 32. RGB value is (188,126,50). Sum of RGB (Red+Green+Blue) = 188+126+50=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E32 is #4381CD. Grayscale: #888888. Windows color (decimal): -4424142 or 3309244. OLE color: 3309244.

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

Color convert

RGB 188 126 50 -
CMYK 0 0.33 0.73 0.26
HSL 33.04º 0.58% 0.47% -
HSV(B) 33.04º 0.73% 0.74% -
XYZ 28.78 25.84 6.49 -
YUV 135.87 79.54 165.18 -
System Red Green Blue C M Y K H S L
Decimal 188 126 50 0 0.33 0.73 0.26 33.04 0.58 0.47
Hex BC 7E 32 0 21 49 1A 21 3A 2F
Octal 274 176 62 0 41 111 32 41 72 57
Binary 10111100 1111110 110010 0 100001 1001001 11010 100001 111010 101111

Color Harmonies of #BC7E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E32

Black with #BC7E32

Text Example


Text Example

White with #BC7E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E32; }

 p { color: rgb(188,126,50); }

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

background-color css

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

 a { background-color: rgb(188,126,50); }

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

border-color css

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

 span { border-color: rgb(188,126,50); }

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