Html Css Color HEX #BA8423 Mandalay

📋 copy color: '#BA8423'

red 186 ◦ green 132 ◦ blue 35

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

Shades of Mandalay #BA8423

Tints of Mandalay #BA8423

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.39%

 BLUE value IS 35 (14.06% from 255) = 9.92%

R = 52.69%
G = 37.39%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA8423 (or 0xBA8423) is known color: Mandalay. HEX triplet: BA, 84 and 23. RGB value is (186,132,35). Sum of RGB (Red+Green+Blue) = 186+132+35=353 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.69% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 35 (14.06% from 255 or 9.92% from 353); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8423 is #457BDC. Grayscale: #898989. Windows color (decimal): -4553693 or 2327738. OLE color: 2327738.

HSL color Cylindrical-coordinate representation of color #BA8423: hue angle of 38.54º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BA8423 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 35 -
CMYK 0 0.29 0.81 0.27
HSL 38.54º 0.68% 0.43% -
HSV(B) 38.54º 0.81% 0.73% -
XYZ 28.8 27.06 5.3 -
YUV 137.09 70.39 162.89 -
System Red Green Blue C M Y K H S L
Decimal 186 132 35 0 0.29 0.81 0.27 38.54 0.68 0.43
Hex BA 84 23 0 1D 51 1B 27 44 2B
Octal 272 204 43 0 35 121 33 47 104 53
Binary 10111010 10000100 100011 0 11101 1010001 11011 100111 1000100 101011

Color Harmonies of #BA8423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8423

Black with #BA8423

Text Example


Text Example

White with #BA8423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8423; }

 p { color: rgb(186,132,35); }

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

background-color css

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

 a { background-color: rgb(186,132,35); }

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

border-color css

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

 span { border-color: rgb(186,132,35); }

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