Html Css Color HEX #BA7B31 Mandalay

📋 copy color: '#BA7B31'

red 186 ◦ green 123 ◦ blue 49

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

Shades of Mandalay #BA7B31

Tints of Mandalay #BA7B31

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.36%

 BLUE value IS 49 (19.53% from 255) = 13.69%

R = 51.96%
G = 34.36%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA7B31 (or 0xBA7B31) is known color: Mandalay. HEX triplet: BA, 7B and 31. RGB value is (186,123,49). Sum of RGB (Red+Green+Blue) = 186+123+49=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B31 is #4584CE. Grayscale: #858585. Windows color (decimal): -4555983 or 3242938. OLE color: 3242938.

HSL color Cylindrical-coordinate representation of color #BA7B31: hue angle of 32.41º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA7B31 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 123 49 -
CMYK 0 0.34 0.74 0.27
HSL 32.41º 0.58% 0.46% -
HSV(B) 32.41º 0.74% 0.73% -
XYZ 27.89 24.83 6.23 -
YUV 133.4 80.37 165.52 -
System Red Green Blue C M Y K H S L
Decimal 186 123 49 0 0.34 0.74 0.27 32.41 0.58 0.46
Hex BA 7B 31 0 22 4A 1B 20 3A 2E
Octal 272 173 61 0 42 112 33 40 72 56
Binary 10111010 1111011 110001 0 100010 1001010 11011 100000 111010 101110

Color Harmonies of #BA7B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B31

Black with #BA7B31

Text Example


Text Example

White with #BA7B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B31; }

 p { color: rgb(186,123,49); }

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

background-color css

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

 a { background-color: rgb(186,123,49); }

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

border-color css

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

 span { border-color: rgb(186,123,49); }

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