#ba9443

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

Shades of Roti #BA9443

Tints of Roti #BA9443

Color information

#BA9443 (or 0xBA9443) is unknown color: approx Roti. HEX triplet: BA, 94 and 43. RGB value is (186,148,67). Sum of RGB (Red+Green+Blue) = 186+148+67=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9443 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9443 is #456BBC. Grayscale: #969696. Windows color (decimal): -4549565 or 4428986. OLE color: 4428986.

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

Color convert

RGB18614867-
CMYK00.200.640.27
HSL40.84º47.04%49.61%-
HSV(B)40.84º63.98%72.94%-
XYZ31.8532.029.81-
YUV150.1381.09153.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 148 (58.20% from 255) = 36.91%
BLUE value IS 67 (26.56% from 255) = 16.71%
R=46.38%
G=36.91%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861486700.200.640.2740.8447.0449.61
HexBA9443014401B292f32
Octal27222410302410033515762
Binary10111010100101001000011010100100000011011101001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba9443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba9443; }

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

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

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

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

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

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

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

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