Html Css Color HEX #BA7B30 Mandalay

📋 copy color: '#BA7B30'

red 186 ◦ green 123 ◦ blue 48

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

Shades of Mandalay #BA7B30

Tints of Mandalay #BA7B30

RGB

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

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

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

R = 52.1%
G = 34.45%
B = 13.45%

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

#BA7B30 (or 0xBA7B30) is known color: Mandalay. HEX triplet: BA, 7B and 30. RGB value is (186,123,48). Sum of RGB (Red+Green+Blue) = 186+123+48=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 48 (19.14% from 255 or 13.45% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B30 is #4584CF. Grayscale: #858585. Windows color (decimal): -4555984 or 3177402. OLE color: 3177402.

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

Color convert

RGB 186 123 48 -
CMYK 0 0.34 0.74 0.27
HSL 32.61º 0.59% 0.46% -
HSV(B) 32.61º 0.74% 0.73% -
XYZ 27.87 24.82 6.12 -
YUV 133.29 79.87 165.6 -
System Red Green Blue C M Y K H S L
Decimal 186 123 48 0 0.34 0.74 0.27 32.61 0.59 0.46
Hex BA 7B 30 0 22 4A 1B 21 3B 2E
Octal 272 173 60 0 42 112 33 41 73 56
Binary 10111010 1111011 110000 0 100010 1001010 11011 100001 111011 101110

Color Harmonies of #BA7B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B30

Black with #BA7B30

Text Example


Text Example

White with #BA7B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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