Html Css Color HEX #BA7B33 Mandalay

📋 copy color: '#BA7B33'

red 186 ◦ green 123 ◦ blue 51

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

Shades of Mandalay #BA7B33

Tints of Mandalay #BA7B33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.17%

R = 51.67%
G = 34.17%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA7B33 (or 0xBA7B33) is known color: Mandalay. HEX triplet: BA, 7B and 33. RGB value is (186,123,51). Sum of RGB (Red+Green+Blue) = 186+123+51=360 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.67% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 51 (20.31% from 255 or 14.17% from 360); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B33 is #4584CC. Grayscale: #858585. Windows color (decimal): -4555981 or 3374010. OLE color: 3374010.

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

Color convert

RGB 186 123 51 -
CMYK 0 0.34 0.73 0.27
HSL 32º 0.57% 0.46% -
HSV(B) 32º 0.73% 0.73% -
XYZ 27.93 24.84 6.46 -
YUV 133.63 81.37 165.35 -
System Red Green Blue C M Y K H S L
Decimal 186 123 51 0 0.34 0.73 0.27 32 0.57 0.46
Hex BA 7B 33 0 22 49 1B 20 39 2E
Octal 272 173 63 0 42 111 33 40 71 56
Binary 10111010 1111011 110011 0 100010 1001001 11011 100000 111001 101110

Color Harmonies of #BA7B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B33

Black with #BA7B33

Text Example


Text Example

White with #BA7B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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