#BA983F

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

Shades of Roti #BA983F

Tints of Roti #BA983F

Color information

#BA983F (or 0xBA983F) is unknown color: approx Roti. HEX triplet: BA, 98 and 3F. RGB value is (186,152,63). Sum of RGB (Red+Green+Blue) = 186+152+63=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA983F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA983F is #4567C0. Grayscale: #989898. Windows color (decimal): -4548545 or 4167866. OLE color: 4167866.

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

Color convert

RGB18615263-
CMYK00.180.660.27
HSL43.41º49.4%48.82%-
HSV(B)43.41º66.13%72.94%-
XYZ32.3833.259.42-
YUV152.0277.76152.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 152 (59.77% from 255) = 37.91%
BLUE value IS 63 (25% from 255) = 15.71%
R=46.38%
G=37.91%
B=15.71%

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
Decimal1861526300.180.660.2743.4149.448.82
HexBA983F012421B2b3131
Octal2722307702210233536161
Binary1011101010011000111111010010100001011011101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA983F; }

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

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

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

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

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

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

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

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