Html Css Color HEX #BC802D Mandalay

📋 copy color: '#BC802D'

red 188 ◦ green 128 ◦ blue 45

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

Shades of Mandalay #BC802D

Tints of Mandalay #BC802D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.47%

R = 52.08%
G = 35.46%
B = 12.47%

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

#BC802D (or 0xBC802D) is known color: Mandalay. HEX triplet: BC, 80 and 2D. RGB value is (188,128,45). Sum of RGB (Red+Green+Blue) = 188+128+45=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC802D is #437FD2. Grayscale: #888888. Windows color (decimal): -4423635 or 2982076. OLE color: 2982076.

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

Color convert

RGB 188 128 45 -
CMYK 0 0.32 0.76 0.26
HSL 34.83º 0.61% 0.46% -
HSV(B) 34.83º 0.76% 0.74% -
XYZ 28.93 26.32 6.04 -
YUV 136.48 76.38 164.75 -
System Red Green Blue C M Y K H S L
Decimal 188 128 45 0 0.32 0.76 0.26 34.83 0.61 0.46
Hex BC 80 2D 0 20 4C 1A 23 3D 2E
Octal 274 200 55 0 40 114 32 43 75 56
Binary 10111100 10000000 101101 0 100000 1001100 11010 100011 111101 101110

Color Harmonies of #BC802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC802D

Black with #BC802D

Text Example


Text Example

White with #BC802D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC802D; }

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

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

background-color css

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

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

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

border-color css

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

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

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