#BA9544

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

Shades of Roti #BA9544

Tints of Roti #BA9544

Color information

#BA9544 (or 0xBA9544) is unknown color: approx Roti. HEX triplet: BA, 95 and 44. RGB value is (186,149,68). Sum of RGB (Red+Green+Blue) = 186+149+68=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9544 is #456ABB. Grayscale: #979797. Windows color (decimal): -4549308 or 4494778. OLE color: 4494778.

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

Color convert

RGB18614968-
CMYK00.200.630.27
HSL41.19º46.46%49.8%-
HSV(B)41.19º63.44%72.94%-
XYZ32.0432.3510.02-
YUV150.8381.26153.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 149 (58.59% from 255) = 36.97%
BLUE value IS 68 (26.95% from 255) = 16.87%
R=46.15%
G=36.97%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861496800.200.630.2741.1946.4649.8
HexBA95440143F1B292e32
Octal2722251040247733515662
Binary1011101010010101100010001010011111111011101001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9544; }

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

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

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

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

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

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

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

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