Html Css Color HEX #BA7A30 Mandalay

📋 copy color: '#BA7A30'

red 186 ◦ green 122 ◦ blue 48

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

Shades of Mandalay #BA7A30

Tints of Mandalay #BA7A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

 BLUE value IS 48 (19.14% from 255) = 13.48%

R = 52.25%
G = 34.27%
B = 13.48%

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

#BA7A30 (or 0xBA7A30) is known color: Mandalay. HEX triplet: BA, 7A and 30. RGB value is (186,122,48). Sum of RGB (Red+Green+Blue) = 186+122+48=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 48 (19.14% from 255 or 13.48% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A30 is #4585CF. Grayscale: #858585. Windows color (decimal): -4556240 or 3177146. OLE color: 3177146.

HSL color Cylindrical-coordinate representation of color #BA7A30: hue angle of 32.17º degrees, saturation: 0.59, 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 #BA7A30 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 122 48 -
CMYK 0 0.34 0.74 0.27
HSL 32.17º 0.59% 0.46% -
HSV(B) 32.17º 0.74% 0.73% -
XYZ 27.74 24.57 6.08 -
YUV 132.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 186 122 48 0 0.34 0.74 0.27 32.17 0.59 0.46
Hex BA 7A 30 0 22 4A 1B 20 3B 2E
Octal 272 172 60 0 42 112 33 40 73 56
Binary 10111010 1111010 110000 0 100010 1001010 11011 100000 111011 101110

Color Harmonies of #BA7A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A30

Black with #BA7A30

Text Example


Text Example

White with #BA7A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A30; }

 p { color: rgb(186,122,48); }

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

background-color css

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

 a { background-color: rgb(186,122,48); }

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

border-color css

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

 span { border-color: rgb(186,122,48); }

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