#BA9645

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

Shades of Roti #BA9645

Tints of Roti #BA9645

Color information

#BA9645 (or 0xBA9645) is unknown color: approx Roti. HEX triplet: BA, 96 and 45. RGB value is (186,150,69). Sum of RGB (Red+Green+Blue) = 186+150+69=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9645 is #4569BA. Grayscale: #979797. Windows color (decimal): -4549051 or 4560570. OLE color: 4560570.

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

Color convert

RGB18615069-
CMYK00.190.630.27
HSL41.54º45.88%50%-
HSV(B)41.54º62.9%72.94%-
XYZ32.2332.6810.24-
YUV151.5381.43152.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 150 (58.98% from 255) = 37.04%
BLUE value IS 69 (27.34% from 255) = 17.04%
R=45.93%
G=37.04%
B=17.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861506900.190.630.2741.5445.8850
HexBA96450133F1B2a2e32
Octal2722261050237733525662
Binary1011101010010110100010101001111111111011101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9645; }

 p { color: rgb(186,150,69); }

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

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

 a { background-color: rgb(186,150,69); }

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

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

 span { border-color: rgb(186,150,69); }

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