Html Css Color HEX #BC802E Mandalay

📋 copy color: '#BC802E'

red 188 ◦ green 128 ◦ blue 46

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

Shades of Mandalay #BC802E

Tints of Mandalay #BC802E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.71%

R = 51.93%
G = 35.36%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC802E (or 0xBC802E) is known color: Mandalay. HEX triplet: BC, 80 and 2E. RGB value is (188,128,46). Sum of RGB (Red+Green+Blue) = 188+128+46=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC802E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC802E is #437FD1. Grayscale: #888888. Windows color (decimal): -4423634 or 3047612. OLE color: 3047612.

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

Color convert

RGB 188 128 46 -
CMYK 0 0.32 0.76 0.26
HSL 34.65º 0.61% 0.46% -
HSV(B) 34.65º 0.76% 0.74% -
XYZ 28.95 26.33 6.14 -
YUV 136.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 188 128 46 0 0.32 0.76 0.26 34.65 0.61 0.46
Hex BC 80 2E 0 20 4C 1A 23 3D 2E
Octal 274 200 56 0 40 114 32 43 75 56
Binary 10111100 10000000 101110 0 100000 1001100 11010 100011 111101 101110

Color Harmonies of #BC802E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC802E

Black with #BC802E

Text Example


Text Example

White with #BC802E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC802E; }

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

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

background-color css

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

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

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

border-color css

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

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

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