Html Css Color HEX #BC8132 Mandalay

📋 copy color: '#BC8132'

red 188 ◦ green 129 ◦ blue 50

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

Shades of Mandalay #BC8132

Tints of Mandalay #BC8132

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.15%

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

R = 51.23%
G = 35.15%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC8132 (or 0xBC8132) is known color: Mandalay. HEX triplet: BC, 81 and 32. RGB value is (188,129,50). Sum of RGB (Red+Green+Blue) = 188+129+50=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8132 is #437ECD. Grayscale: #8A8A8A. Windows color (decimal): -4423374 or 3310012. OLE color: 3310012.

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

Color convert

RGB 188 129 50 -
CMYK 0 0.31 0.73 0.26
HSL 34.35º 0.58% 0.47% -
HSV(B) 34.35º 0.73% 0.74% -
XYZ 29.17 26.62 6.62 -
YUV 137.64 78.55 163.92 -
System Red Green Blue C M Y K H S L
Decimal 188 129 50 0 0.31 0.73 0.26 34.35 0.58 0.47
Hex BC 81 32 0 1F 49 1A 22 3A 2F
Octal 274 201 62 0 37 111 32 42 72 57
Binary 10111100 10000001 110010 0 11111 1001001 11010 100010 111010 101111

Color Harmonies of #BC8132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8132

Black with #BC8132

Text Example


Text Example

White with #BC8132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8132; }

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

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

background-color css

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

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

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

border-color css

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

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

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