Html Css Color HEX #BA8135 Mandalay

📋 copy color: '#BA8135'

red 186 ◦ green 129 ◦ blue 53

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

Shades of Mandalay #BA8135

Tints of Mandalay #BA8135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.4%

R = 50.54%
G = 35.05%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA8135 (or 0xBA8135) is known color: Mandalay. HEX triplet: BA, 81 and 35. RGB value is (186,129,53). Sum of RGB (Red+Green+Blue) = 186+129+53=368 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.54% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8135 is #457ECA. Grayscale: #898989. Windows color (decimal): -4554443 or 3506618. OLE color: 3506618.

HSL color Cylindrical-coordinate representation of color #BA8135: hue angle of 34.29º 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 #BA8135 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 53 -
CMYK 0 0.31 0.72 0.27
HSL 34.29º 0.56% 0.47% -
HSV(B) 34.29º 0.72% 0.73% -
XYZ 28.74 26.4 6.95 -
YUV 137.38 80.38 162.68 -
System Red Green Blue C M Y K H S L
Decimal 186 129 53 0 0.31 0.72 0.27 34.29 0.56 0.47
Hex BA 81 35 0 1F 48 1B 22 38 2F
Octal 272 201 65 0 37 110 33 42 70 57
Binary 10111010 10000001 110101 0 11111 1001000 11011 100010 111000 101111

Color Harmonies of #BA8135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8135

Black with #BA8135

Text Example


Text Example

White with #BA8135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8135; }

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

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

background-color css

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

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

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

border-color css

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

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

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