#BA9840

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

Shades of Roti #BA9840

Tints of Roti #BA9840

Color information

#BA9840 (or 0xBA9840) is unknown color: approx Roti. HEX triplet: BA, 98 and 40. RGB value is (186,152,64). Sum of RGB (Red+Green+Blue) = 186+152+64=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9840 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9840 is #4567BF. Grayscale: #989898. Windows color (decimal): -4548544 or 4233402. OLE color: 4233402.

HSL color Cylindrical-coordinate representation of color #BA9840: hue angle of 43.28º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA9840 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB18615264-
CMYK00.180.660.27
HSL43.28º48.8%49.02%-
HSV(B)43.28º65.59%72.94%-
XYZ32.433.279.56-
YUV152.1378.26152.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 64 (25.39% from 255) = 15.92%
R=46.27%
G=37.81%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861526400.180.660.2743.2848.849.02
HexBA9840012421B2b3131
Octal27223010002210233536161
Binary10111010100110001000000010010100001011011101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9840; }

 p { color: rgb(186,152,64); }

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

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

 a { background-color: rgb(186,152,64); }

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

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

 span { border-color: rgb(186,152,64); }

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