#BA9D44

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

Shades of Roti #BA9D44

Tints of Roti #BA9D44

Color information

#BA9D44 (or 0xBA9D44) is unknown color: approx Roti. HEX triplet: BA, 9D and 44. RGB value is (186,157,68). Sum of RGB (Red+Green+Blue) = 186+157+68=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9D44 is #4562BB. Grayscale: #9B9B9B. Windows color (decimal): -4547260 or 4496826. OLE color: 4496826.

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

Color convert

RGB18615768-
CMYK00.160.630.27
HSL45.25º46.46%49.8%-
HSV(B)45.25º63.44%72.94%-
XYZ33.3534.9710.46-
YUV155.5278.61149.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 157 (61.72% from 255) = 38.20%
BLUE value IS 68 (26.95% from 255) = 16.55%
R=45.26%
G=38.20%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861576800.160.630.2745.2546.4649.8
HexBA9D440103F1B2d2e32
Octal2722351040207733555662
Binary1011101010011101100010001000011111111011101101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D44; }

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

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

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

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

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

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

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

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