Html Css Color HEX #BA8129 Mandalay

📋 copy color: '#BA8129'

red 186 ◦ green 129 ◦ blue 41

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

Shades of Mandalay #BA8129

Tints of Mandalay #BA8129

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 52.25%
G = 36.24%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA8129 (or 0xBA8129) is known color: Mandalay. HEX triplet: BA, 81 and 29. RGB value is (186,129,41). Sum of RGB (Red+Green+Blue) = 186+129+41=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8129 is #457ED6. Grayscale: #888888. Windows color (decimal): -4554455 or 2720186. OLE color: 2720186.

HSL color Cylindrical-coordinate representation of color #BA8129: hue angle of 36.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA8129 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 41 -
CMYK 0 0.31 0.78 0.27
HSL 36.41º 0.64% 0.45% -
HSV(B) 36.41º 0.78% 0.73% -
XYZ 28.5 26.3 5.67 -
YUV 136.01 74.38 163.66 -
System Red Green Blue C M Y K H S L
Decimal 186 129 41 0 0.31 0.78 0.27 36.41 0.64 0.45
Hex BA 81 29 0 1F 4E 1B 24 40 2D
Octal 272 201 51 0 37 116 33 44 100 55
Binary 10111010 10000001 101001 0 11111 1001110 11011 100100 1000000 101101

Color Harmonies of #BA8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8129

Black with #BA8129

Text Example


Text Example

White with #BA8129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8129; }

 p { color: rgb(186,129,41); }

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

background-color css

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

 a { background-color: rgb(186,129,41); }

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

border-color css

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

 span { border-color: rgb(186,129,41); }

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