#BA9A43

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

Shades of Roti #BA9A43

Tints of Roti #BA9A43

Color information

#BA9A43 (or 0xBA9A43) is unknown color: approx Roti. HEX triplet: BA, 9A and 43. RGB value is (186,154,67). Sum of RGB (Red+Green+Blue) = 186+154+67=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 154 (60.55% from 255 or 37.84% from 407); Blue value is 67 (26.56% from 255 or 16.46% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9A43 is #4565BC. Grayscale: #9A9A9A. Windows color (decimal): -4548029 or 4430522. OLE color: 4430522.

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

Color convert

RGB18615467-
CMYK00.170.640.27
HSL43.87º47.04%49.61%-
HSV(B)43.87º63.98%72.94%-
XYZ32.8233.9610.13-
YUV153.6579.1151.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 154 (60.55% from 255) = 37.84%
BLUE value IS 67 (26.56% from 255) = 16.46%
R=45.70%
G=37.84%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861546700.170.640.2743.8747.0449.61
HexBA9A43011401B2c2f32
Octal27223210302110033545762
Binary10111010100110101000011010001100000011011101100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9A43; }

 p { color: rgb(186,154,67); }

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

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

 a { background-color: rgb(186,154,67); }

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

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

 span { border-color: rgb(186,154,67); }

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