Html Css Color HEX #BC7E2E Mandalay

📋 copy color: '#BC7E2E'

red 188 ◦ green 126 ◦ blue 46

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

Shades of Mandalay #BC7E2E

Tints of Mandalay #BC7E2E

RGB

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

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

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

R = 52.22%
G = 35%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC7E2E (or 0xBC7E2E) is known color: Mandalay. HEX triplet: BC, 7E and 2E. RGB value is (188,126,46). Sum of RGB (Red+Green+Blue) = 188+126+46=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E2E is #4381D1. Grayscale: #878787. Windows color (decimal): -4424146 or 3047100. OLE color: 3047100.

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

Color convert

RGB 188 126 46 -
CMYK 0 0.33 0.76 0.26
HSL 33.8º 0.61% 0.46% -
HSV(B) 33.8º 0.76% 0.74% -
XYZ 28.69 25.81 6.05 -
YUV 135.42 77.54 165.5 -
System Red Green Blue C M Y K H S L
Decimal 188 126 46 0 0.33 0.76 0.26 33.8 0.61 0.46
Hex BC 7E 2E 0 21 4C 1A 22 3D 2E
Octal 274 176 56 0 41 114 32 42 75 56
Binary 10111100 1111110 101110 0 100001 1001100 11010 100010 111101 101110

Color Harmonies of #BC7E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E2E

Black with #BC7E2E

Text Example


Text Example

White with #BC7E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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