Html Css Color HEX #BA7F2B Mandalay

📋 copy color: '#BA7F2B'

red 186 ◦ green 127 ◦ blue 43

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

Shades of Mandalay #BA7F2B

Tints of Mandalay #BA7F2B

RGB

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

 GREEN value IS 127 (50% from 255) = 35.67%

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 52.25%
G = 35.67%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA7F2B (or 0xBA7F2B) is known color: Mandalay. HEX triplet: BA, 7F and 2B. RGB value is (186,127,43). Sum of RGB (Red+Green+Blue) = 186+127+43=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 127 (50% from 255 or 35.67% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F2B is #4580D4. Grayscale: #878787. Windows color (decimal): -4554965 or 2850746. OLE color: 2850746.

HSL color Cylindrical-coordinate representation of color #BA7F2B: hue angle of 35.24º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA7F2B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 43 -
CMYK 0 0.32 0.77 0.27
HSL 35.24º 0.62% 0.45% -
HSV(B) 35.24º 0.77% 0.73% -
XYZ 28.28 25.79 5.77 -
YUV 135.07 76.05 164.33 -
System Red Green Blue C M Y K H S L
Decimal 186 127 43 0 0.32 0.77 0.27 35.24 0.62 0.45
Hex BA 7F 2B 0 20 4D 1B 23 3E 2D
Octal 272 177 53 0 40 115 33 43 76 55
Binary 10111010 1111111 101011 0 100000 1001101 11011 100011 111110 101101

Color Harmonies of #BA7F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F2B

Black with #BA7F2B

Text Example


Text Example

White with #BA7F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F2B; }

 p { color: rgb(186,127,43); }

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

background-color css

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

 a { background-color: rgb(186,127,43); }

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

border-color css

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

 span { border-color: rgb(186,127,43); }

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