Html Css Color HEX #BA7B34 Mandalay

📋 copy color: '#BA7B34'

red 186 ◦ green 123 ◦ blue 52

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

Shades of Mandalay #BA7B34

Tints of Mandalay #BA7B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.4%

R = 51.52%
G = 34.07%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA7B34 (or 0xBA7B34) is known color: Mandalay. HEX triplet: BA, 7B and 34. RGB value is (186,123,52). Sum of RGB (Red+Green+Blue) = 186+123+52=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B34 is #4584CB. Grayscale: #868686. Windows color (decimal): -4555980 or 3439546. OLE color: 3439546.

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

Color convert

RGB 186 123 52 -
CMYK 0 0.34 0.72 0.27
HSL 31.79º 0.56% 0.47% -
HSV(B) 31.79º 0.72% 0.73% -
XYZ 27.95 24.85 6.57 -
YUV 133.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 186 123 52 0 0.34 0.72 0.27 31.79 0.56 0.47
Hex BA 7B 34 0 22 48 1B 20 38 2F
Octal 272 173 64 0 42 110 33 40 70 57
Binary 10111010 1111011 110100 0 100010 1001000 11011 100000 111000 101111

Color Harmonies of #BA7B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B34

Black with #BA7B34

Text Example


Text Example

White with #BA7B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B34; }

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

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

background-color css

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

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

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

border-color css

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

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

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