Html Css Color HEX #BA8226 Mandalay

📋 copy color: '#BA8226'

red 186 ◦ green 130 ◦ blue 38

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

Shades of Mandalay #BA8226

Tints of Mandalay #BA8226

RGB

 RED value IS 186 (73.05% from 255) = 52.54%

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 38 (15.23% from 255) = 10.73%

R = 52.54%
G = 36.72%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA8226 (or 0xBA8226) is known color: Mandalay. HEX triplet: BA, 82 and 26. RGB value is (186,130,38). Sum of RGB (Red+Green+Blue) = 186+130+38=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 38 (15.23% from 255 or 10.73% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8226 is #457DD9. Grayscale: #888888. Windows color (decimal): -4554202 or 2523834. OLE color: 2523834.

HSL color Cylindrical-coordinate representation of color #BA8226: hue angle of 37.3º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA8226 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 130 38 -
CMYK 0 0.30 0.80 0.27
HSL 37.3º 0.66% 0.44% -
HSV(B) 37.3º 0.8% 0.73% -
XYZ 28.58 26.54 5.45 -
YUV 136.26 72.55 163.48 -
System Red Green Blue C M Y K H S L
Decimal 186 130 38 0 0.30 0.80 0.27 37.3 0.66 0.44
Hex BA 82 26 0 1E 50 1B 25 42 2C
Octal 272 202 46 0 36 120 33 45 102 54
Binary 10111010 10000010 100110 0 11110 1010000 11011 100101 1000010 101100

Color Harmonies of #BA8226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8226

Black with #BA8226

Text Example


Text Example

White with #BA8226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8226; }

 p { color: rgb(186,130,38); }

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

background-color css

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

 a { background-color: rgb(186,130,38); }

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

border-color css

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

 span { border-color: rgb(186,130,38); }

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