#BA943F

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

Shades of Roti #BA943F

Tints of Roti #BA943F

Color information

#BA943F (or 0xBA943F) is unknown color: approx Roti. HEX triplet: BA, 94 and 3F. RGB value is (186,148,63). Sum of RGB (Red+Green+Blue) = 186+148+63=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA943F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA943F is #456BC0. Grayscale: #969696. Windows color (decimal): -4549569 or 4166842. OLE color: 4166842.

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

Color convert

RGB18614863-
CMYK00.200.660.27
HSL41.46º49.4%48.82%-
HSV(B)41.46º66.13%72.94%-
XYZ31.7431.989.2-
YUV149.6779.09153.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.85%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 63 (25% from 255) = 15.87%
R=46.85%
G=37.28%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861486300.200.660.2741.4649.448.82
HexBA943F014421B293131
Octal2722247702410233516161
Binary1011101010010100111111010100100001011011101001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA943F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA943F; }

 p { color: rgb(186,148,63); }

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

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

 a { background-color: rgb(186,148,63); }

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

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

 span { border-color: rgb(186,148,63); }

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