#BA9547

Color #BA9547 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #BA9547

Tints of Roti #BA9547

Color information

#BA9547 (or 0xBA9547) is unknown color: approx Roti. HEX triplet: BA, 95 and 47. RGB value is (186,149,71). Sum of RGB (Red+Green+Blue) = 186+149+71=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9547 is #456AB8. Grayscale: #979797. Windows color (decimal): -4549305 or 4691386. OLE color: 4691386.

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

Color convert

RGB18614971-
CMYK00.200.620.27
HSL40.7º45.45%50.39%-
HSV(B)40.7º61.83%72.94%-
XYZ32.1332.3910.52-
YUV151.1782.76152.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 71 (28.12% from 255) = 17.49%
R=45.81%
G=36.70%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861497100.200.620.2740.745.4550.39
HexBA95470143E1B292d32
Octal2722251070247633515562
Binary1011101010010101100011101010011111011011101001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9547; }

 p { color: rgb(186,149,71); }

 H1.HeaderClassName
 {
   color: #BA9547;
 }
 .AnyTagClassName
 {
   color: #BA9547;
 }
</style>
background-color css

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

 a { background-color: rgb(186,149,71); }

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

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

 span { border-color: rgb(186,149,71); }

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