Html Css Color HEX #BA8127 Mandalay

📋 copy color: '#BA8127'

red 186 ◦ green 129 ◦ blue 39

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

Shades of Mandalay #BA8127

Tints of Mandalay #BA8127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 52.54%
G = 36.44%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA8127 (or 0xBA8127) is known color: Mandalay. HEX triplet: BA, 81 and 27. RGB value is (186,129,39). Sum of RGB (Red+Green+Blue) = 186+129+39=354 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.54% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8127 is #457ED8. Grayscale: #888888. Windows color (decimal): -4554457 or 2589114. OLE color: 2589114.

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

Color convert

RGB 186 129 39 -
CMYK 0 0.31 0.79 0.27
HSL 36.73º 0.65% 0.44% -
HSV(B) 36.73º 0.79% 0.73% -
XYZ 28.47 26.29 5.49 -
YUV 135.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 186 129 39 0 0.31 0.79 0.27 36.73 0.65 0.44
Hex BA 81 27 0 1F 4F 1B 25 41 2C
Octal 272 201 47 0 37 117 33 45 101 54
Binary 10111010 10000001 100111 0 11111 1001111 11011 100101 1000001 101100

Color Harmonies of #BA8127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8127

Black with #BA8127

Text Example


Text Example

White with #BA8127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8127; }

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

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

background-color css

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

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

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

border-color css

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

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

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