#BA9E3D

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

Shades of Roti #BA9E3D

Tints of Roti #BA9E3D

Color information

#BA9E3D (or 0xBA9E3D) is unknown color: approx Roti. HEX triplet: BA, 9E and 3D. RGB value is (186,158,61). Sum of RGB (Red+Green+Blue) = 186+158+61=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 158 (62.11% from 255 or 39.01% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E3D is #4561C2. Grayscale: #9B9B9B. Windows color (decimal): -4547011 or 4038330. OLE color: 4038330.

HSL color Cylindrical-coordinate representation of color #BA9E3D: hue angle of 46.56º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA9E3D is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB18615861-
CMYK00.150.670.27
HSL46.56º50.61%48.43%-
HSV(B)46.56º67.2%72.94%-
XYZ33.3235.239.46-
YUV155.3174.78149.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 158 (62.11% from 255) = 39.01%
BLUE value IS 61 (24.22% from 255) = 15.06%
R=45.93%
G=39.01%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861586100.150.670.2746.5650.6148.43
HexBA9E3D0F431B2f3330
Octal2722367501710333576360
Binary101110101001111011110101111100001111011101111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E3D; }

 p { color: rgb(186,158,61); }

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

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

 a { background-color: rgb(186,158,61); }

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

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

 span { border-color: rgb(186,158,61); }

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