Html Css Color HEX #BA8234 Mandalay

📋 copy color: '#BA8234'

red 186 ◦ green 130 ◦ blue 52

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

Shades of Mandalay #BA8234

Tints of Mandalay #BA8234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.13%

R = 50.54%
G = 35.33%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA8234 (or 0xBA8234) is known color: Mandalay. HEX triplet: BA, 82 and 34. RGB value is (186,130,52). Sum of RGB (Red+Green+Blue) = 186+130+52=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8234 is #457DCB. Grayscale: #8A8A8A. Windows color (decimal): -4554188 or 3441338. OLE color: 3441338.

HSL color Cylindrical-coordinate representation of color #BA8234: hue angle of 34.93º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA8234 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 130 52 -
CMYK 0 0.30 0.72 0.27
HSL 34.93º 0.56% 0.47% -
HSV(B) 34.93º 0.72% 0.73% -
XYZ 28.85 26.65 6.87 -
YUV 137.85 79.55 162.34 -
System Red Green Blue C M Y K H S L
Decimal 186 130 52 0 0.30 0.72 0.27 34.93 0.56 0.47
Hex BA 82 34 0 1E 48 1B 23 38 2F
Octal 272 202 64 0 36 110 33 43 70 57
Binary 10111010 10000010 110100 0 11110 1001000 11011 100011 111000 101111

Color Harmonies of #BA8234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8234

Black with #BA8234

Text Example


Text Example

White with #BA8234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8234; }

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

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

background-color css

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

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

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

border-color css

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

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

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