Html Css Color HEX #BC8030 Mandalay

📋 copy color: '#BC8030'

red 188 ◦ green 128 ◦ blue 48

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

Shades of Mandalay #BC8030

Tints of Mandalay #BC8030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.19%

R = 51.65%
G = 35.16%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC8030 (or 0xBC8030) is known color: Mandalay. HEX triplet: BC, 80 and 30. RGB value is (188,128,48). Sum of RGB (Red+Green+Blue) = 188+128+48=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 48 (19.14% from 255 or 13.19% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8030 is #437FCF. Grayscale: #898989. Windows color (decimal): -4423632 or 3178684. OLE color: 3178684.

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

Color convert

RGB 188 128 48 -
CMYK 0 0.32 0.74 0.26
HSL 34.29º 0.59% 0.46% -
HSV(B) 34.29º 0.74% 0.74% -
XYZ 28.99 26.34 6.35 -
YUV 136.82 77.88 164.5 -
System Red Green Blue C M Y K H S L
Decimal 188 128 48 0 0.32 0.74 0.26 34.29 0.59 0.46
Hex BC 80 30 0 20 4A 1A 22 3B 2E
Octal 274 200 60 0 40 112 32 42 73 56
Binary 10111100 10000000 110000 0 100000 1001010 11010 100010 111011 101110

Color Harmonies of #BC8030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8030

Black with #BC8030

Text Example


Text Example

White with #BC8030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8030; }

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

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

background-color css

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

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

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

border-color css

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

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

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